Miam-Player  0.8.0
A nice music player
Miscellaneous Functions

Functions

void av_max_alloc (size_t max)
 

Detailed Description

Other functions related to memory allocation.

Function Documentation

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.

Parameters
maxValue to be set as the new maximum size
Warning
Exercise extreme caution when using this function. Don't touch this if you do not understand the full consequence of doing so.