Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp108 INTERCEPTOR(int, mallopt, int cmd, int value) { return 0; } in INTERCEPTOR() argument
205 INTERCEPT_FUNCTION(mallopt); in initialize_interceptors()
H A Ddone_abilist.txt73 fun:mallopt=discard
H A Dlibc_ubuntu1404_abilist.txt2256 fun:mallopt=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp125 INTERCEPTOR(int, mallopt, int cmd, int value) { return 0; } in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp181 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR()
184 #define LSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
179 INTERCEPTOR(int,mallopt,int cmd,int value) INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp136 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp188 INTERCEPTOR_ALIAS(int, mallopt, int cmd, int value);
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc247 INTERFACE WEAK int SCUDO_PREFIX(mallopt)(int param, int value) {
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp280 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
283 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)