Searched defs:mallopt (Results 1 – 5 of 5) sorted by relevance
/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/dfsan/ |
H A D | dfsan_interceptors.cpp | 108 INTERCEPTOR(int, mallopt, int cmd, int value) { return 0; } in 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/lsan/ |
H A D | lsan_interceptors.cpp | 179 INTERCEPTOR(int,mallopt,int cmd,int value) INTERCEPTOR() argument
|
/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
|