Home
last modified time | relevance | path

Searched refs:mallopt (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0007-Mark-glibc-specific-code-so.patch31 mallopt(M_TRIM_THRESHOLD, hpage_size + hpage_size / 2);
36 mallopt(M_MMAP_MAX, 0);
/openbmc/u-boot/include/
H A Dmalloc.h871 #pragma weak mallopt = __libc_mallopt macro
905 # define mALLOPt mallopt
/openbmc/u-boot/common/
H A Ddlmalloc.src66 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
[all …]