Searched defs:mallopt (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_malloc.cpp | 81 INTERCEPTOR_ATTRIBUTE int mallopt(int cmd, int value) { in mallopt() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_malloc_linux.cc | 211 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cc | 155 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cc | 269 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 57 #define mallopt(a, b) macro
|