Lines Matching refs:mallopt
66 mallopt(int parameter_number, int parameter_value)
209 These values may also be changed dynamically via mallopt(). The
606 /* SVID2/XPG mallopt options */
615 /* mallopt options that actually do something */
777 in mallopt will fail.
868 #pragma weak mallopt = __libc_mallopt
891 #define mALLOPt mallopt
3122 mallopt:
3124 mallopt is the general SVID/XPG interface to tunable parameters.
3126 mallopt then sets the corresponding parameter to the argument
3204 * Add mallinfo, mallopt. Thanks to Raymond Nijssen
3206 * Add `pad' argument to malloc_trim and top_pad mallopt parameter.