|
FFmpeg
|
Other functions related to memory allocation. More...
Functions | |
| void | av_max_alloc (size_t max) |
| Set the maximum size that may be allocated in one block. More... | |
Other functions related to memory allocation.
| void av_max_alloc | ( | size_t | max | ) |
Set the maximum size that may be allocated in one block.
The value specified with this function is effective for all libavutil's heap management functions.
By default, the max value is defined as INT_MAX.
| max | Value to be set as the new maximum size |
1.8.12