Searched defs:mallopt (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | libc_override_redefine.h | 81 int mallopt(int cmd, int v) __THROW { return tc_mallopt(cmd, v); } in mallopt() function
|
D | libc_override_osx.h | 202 int mallopt(int cmd, int v) { return tc_mallopt(cmd, v); } in mallopt() function
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | libc_override_redefine.h | 81 int mallopt(int cmd, int v) __THROW { return tc_mallopt(cmd, v); } in mallopt() function
|
D | libc_override_osx.h | 202 int mallopt(int cmd, int v) { return tc_mallopt(cmd, v); } in mallopt() function
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 147 void mallopt() { in mallopt() function
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 141 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 145 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 223 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|