Home
last modified time | relevance | path

Searched defs:mallopt (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp81 INTERCEPTOR_ATTRIBUTE int mallopt(int cmd, int value) { in mallopt() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc211 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc155 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc269 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc57 #define mallopt(a, b) macro