Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc130 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
277 INTERCEPT_FUNCTION(mallopt); in InitializeInterceptors()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc147 void mallopt() { in mallopt() function
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc102 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c834 MALLOPT(VG_Z_LIBC_SONAME, mallopt);
835 MALLOPT(SO_SYN_MALLOC, mallopt);
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc260 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/
Dtsan_interceptors.cc87 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/
Dlibc_ubuntu1404_abilist.txt2250 fun:mallopt=uninstrumented
/external/valgrind/perf/
Dtest_input_for_tinycc.c5643 extern int mallopt (int __param, int __val) __attribute__ ((__nothrow__));