Searched defs:mallopt (Results 1 – 7 of 7) sorted by relevance
/external/ltp/utils/benchmark/ebizzy-0.3/ |
D | ebizzy.h | 22 #define mallopt(arg1, arg2) do { } while (0); macro
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 149 void mallopt() { in mallopt() function
|
/external/compiler-rt/lib/scudo/ |
D | scudo_interceptors.cpp | 71 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 125 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 140 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 269 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 46 #define mallopt(a, b) macro
|