Node:Malloc Tunable Parameters, Next:Heap Consistency Checking, Previous:Aligned Memory Blocks, Up:Unconstrained Allocation
You can adjust some parameters for dynamic memory allocation with the
mallopt
function. This function is the general SVID/XPG
interface, defined in malloc.h
.
int mallopt (int param, int value) | Function |
When calling mallopt , the param argument specifies the
parameter to be set, and value the new value to be set. Possible
choices for param, as defined in malloc.h , are:
|