Searched refs:mallopt (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp80 INTERCEPTOR_ATTRIBUTE int mallopt(int cmd, int value) { function
/freebsd-11-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.h143 /* SVID2/XPG mallopt options */
157 /* mallopt options that actually do something */
165 extern int mallopt __MALLOC_P ((int __param, int __val));
H A Dmalloc.c85 mallopt(int parameter_number, int parameter_value)
216 Tuning options that are also dynamically changeable via mallopt:
484 #define public_mALLOPt mallopt
831 Unless disabled (using mallopt), freeing very large spaces will
917 mallopt(int parameter_number, int parameter_value)
919 (parameter-number, parameter-value) pair. mallopt then sets the
922 0. SVID/XPG/ANSI defines four standard param numbers for mallopt,
926 other options in mallopt. See below for details. Briefly, supported
1232 /* mallopt tuning options */
1426 to non-zero values in mallopt wil
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp160 INTERCEPTOR(int, mallopt, int cmd, int value) {
163 #define LSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp202 INTERCEPTOR_ALIAS(int, mallopt, int cmd, int value);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp218 INTERCEPTOR(int, mallopt, int cmd, int value) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp268 INTERCEPTOR(int, mallopt, int cmd, int value) {
271 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp56 #define mallopt(a, b) macro
99 extern "C" int mallopt(int param, int value);
2622 mallopt(1, 0); // M_MXFAST
2623 mallopt(-3, 32*1024); // M_MMAP_THRESHOLD
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h684 extern int mallopt(int, int);

Completed in 98 milliseconds