Home
last modified time | relevance | path

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

/external/chromium_org/third_party/tcmalloc/chromium/src/
Dlibc_override_redefine.h81 int mallopt(int cmd, int v) __THROW { return tc_mallopt(cmd, v); } in mallopt() function
Dlibc_override_osx.h202 int mallopt(int cmd, int v) { return tc_mallopt(cmd, v); } in mallopt() function
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dlibc_override_redefine.h81 int mallopt(int cmd, int v) __THROW { return tc_mallopt(cmd, v); } in mallopt() function
Dlibc_override_osx.h202 int mallopt(int cmd, int v) { return tc_mallopt(cmd, v); } in mallopt() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc147 void mallopt() { in mallopt() function
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc141 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc145 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc223 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument