Lines Matching refs:mallopt
450 Also settable using mallopt(M_GRANULARITY, x)
463 Also settable using mallopt(M_TRIM_THRESHOLD, x)
486 Also settable using mallopt(M_MMAP_THRESHOLD, x)
719 mallopt tuning options. SVID/XPG defines four standard parameter
720 numbers for mallopt, normally defined in malloc.h. None of these
826 #define dlmallopt mallopt
943 mallopt(int parameter_number, int parameter_value)
945 (parameter-number, parameter-value) pair. mallopt then sets the
948 0. To workaround the fact that mallopt is specified to use int,
952 SVID/XPG/ANSI defines four standard param numbers for mallopt,
955 options in mallopt. See below for details. Briefly, supported
1283 setting with mallopt(M_GRANULARITY, value).
1412 An alias for mallopt.
2610 dynamically set using mallopt. There is a single instance, mparams,
3205 /* support for mallopt */
6257 * Add mallinfo, mallopt. Thanks to Raymond Nijssen
6259 * Add `pad' argument to malloc_trim and top_pad mallopt parameter.