Searched refs:mallopt (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/compiler-rt/lib/lsan/ |
| HD | lsan_interceptors.cc | 130 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument 277 INTERCEPT_FUNCTION(mallopt); in InitializeInterceptors()
|
| /NextBSD/sys/contrib/octeon-sdk/cvmx-malloc/ |
| HD | malloc.h | 165 extern int mallopt __MALLOC_P ((int __param, int __val));
|
| HD | malloc.c | 484 #define public_mALLOPt mallopt
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/ |
| HD | sanitizer_allocator_testlib.cc | 147 void mallopt() { in mallopt() function
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_malloc_linux.cc | 102 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
| /NextBSD/contrib/compiler-rt/lib/msan/ |
| HD | msan_interceptors.cc | 260 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/ |
| HD | tsan_interceptors.cc | 84 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/ |
| HD | sys-protos.h | 684 extern int mallopt(int, int);
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 2250 fun:mallopt=uninstrumented
|