/external/chromium_org/third_party/tcmalloc/chromium/src/ |
libc_override_redefine.h | 81 int mallopt(int cmd, int v) __THROW { return tc_mallopt(cmd, v); }
|
libc_override_gcc_and_weak.h | 92 int mallopt(int cmd, int value) __THROW ALIAS(tc_mallopt);
|
libc_override_osx.h | 202 int mallopt(int cmd, int v) { return tc_mallopt(cmd, v); } function
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
libc_override_gcc_and_weak.h | 85 int mallopt(int cmd, int value) __THROW ALIAS(tc_mallopt);
|
libc_override_redefine.h | 81 int mallopt(int cmd, int v) __THROW { return tc_mallopt(cmd, v); }
|
libc_override_osx.h | 202 int mallopt(int cmd, int v) { return tc_mallopt(cmd, v); } function
|
/external/compiler-rt/lib/lsan/ |
lsan_interceptors.cc | 145 INTERCEPTOR(int, mallopt, int cmd, int value) { 292 INTERCEPT_FUNCTION(mallopt);
|
/bionic/libc/upstream-dlmalloc/ |
malloc.h | 61 #define dlmallopt mallopt 203 mallopt(int parameter_number, int parameter_value) 205 (parameter-number, parameter-value) pair. mallopt then sets the 208 0. SVID/XPG/ANSI defines four standard param numbers for mallopt, 211 options in mallopt: 540 setting with mallopt(M_GRANULARITY, value). 585 An alias for mallopt.
|
malloc.c | 450 Also settable using mallopt(M_GRANULARITY, x) 463 Also settable using mallopt(M_TRIM_THRESHOLD, x) 486 Also settable using mallopt(M_MMAP_THRESHOLD, x) [all...] |
/external/compiler-rt/lib/asan/ |
asan_malloc_linux.cc | 141 INTERCEPTOR(int, mallopt, int cmd, int value) {
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_testlib.cc | 147 void mallopt() { function
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | 65 extern "C" int mallopt(int param, int value); [all...] |
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 223 INTERCEPTOR(int, mallopt, int cmd, int value) { [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
Makefile.am | 91 -W malloc_stats -W mallopt -W mallinfo \ [all...] |