Searched refs:mallopt (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 108 INTERCEPTOR(int, mallopt, int cmd, int value) { return 0; } in INTERCEPTOR() argument 205 INTERCEPT_FUNCTION(mallopt); in initialize_interceptors()
|
H A D | done_abilist.txt | 73 fun:mallopt=discard
|
H A D | libc_ubuntu1404_abilist.txt | 2256 fun:mallopt=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 125 INTERCEPTOR(int, mallopt, int cmd, int value) { return 0; } in INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 181 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 D | asan_malloc_linux.cpp | 136 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocation_functions.cpp | 188 INTERCEPTOR_ALIAS(int, mallopt, int cmd, int value);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c.inc | 247 INTERFACE WEAK int SCUDO_PREFIX(mallopt)(int param, int value) {
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 280 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument 283 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
|