Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_interceptors.cc130 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
277 INTERCEPT_FUNCTION(mallopt); in InitializeInterceptors()
/NextBSD/sys/contrib/octeon-sdk/cvmx-malloc/
HDmalloc.h165 extern int mallopt __MALLOC_P ((int __param, int __val));
HDmalloc.c484 #define public_mALLOPt mallopt
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_allocator_testlib.cc147 void mallopt() { in mallopt() function
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_malloc_linux.cc102 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_interceptors.cc260 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
263 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc84 extern "C" int mallopt(int param, int value);
2468 mallopt(1, 0); // M_MXFAST in InitializeInterceptors()
2469 mallopt(-3, 32*1024); // M_MMAP_THRESHOLD in InitializeInterceptors()
/NextBSD/contrib/gcc/
HDsys-protos.h684 extern int mallopt(int, int);
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2250 fun:mallopt=uninstrumented