Searched refs:mallopt (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 130 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument 277 INTERCEPT_FUNCTION(mallopt); in InitializeInterceptors()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 147 void mallopt() { in mallopt() function
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 102 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
/external/valgrind/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 834 MALLOPT(VG_Z_LIBC_SONAME, mallopt); 835 MALLOPT(SO_SYN_MALLOC, mallopt);
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 260 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument 263 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 87 extern "C" int mallopt(int param, int value); 2511 mallopt(1, 0); // M_MXFAST in InitializeInterceptors() 2512 mallopt(-3, 32*1024); // M_MMAP_THRESHOLD in InitializeInterceptors()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2250 fun:mallopt=uninstrumented
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 5643 extern int mallopt (int __param, int __val) __attribute__ ((__nothrow__));
|