Home
last modified time | relevance | path

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

/external/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.h22 #define mallopt(arg1, arg2) do { } while (0); macro
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc149 void mallopt() { in mallopt() function
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp71 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc125 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc140 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc269 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc46 #define mallopt(a, b) macro