/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 145 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument 292 INTERCEPT_FUNCTION(mallopt); in InitializeInterceptors()
|
/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_gcc_and_weak.h | 92 int mallopt(int cmd, int value) __THROW ALIAS(tc_mallopt);
|
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_gcc_and_weak.h | 85 int mallopt(int cmd, int value) __THROW ALIAS(tc_mallopt);
|
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/chromium_org/third_party/tcmalloc/vendor/ |
D | TODO | 26 1) Implement mallinfo/mallopt
|
D | Makefile.am | 91 -W malloc_stats -W mallopt -W mallinfo \
|
D | ChangeLog | 617 * Add support for mallopt() and mallinfo (sanjay)
|
D | Makefile.in | 1903 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W malloc_stats -W mallopt -W mallinfo \
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 141 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 827 MALLOPT(VG_Z_LIBC_SONAME, mallopt); 828 MALLOPT(SO_SYN_MALLOC, mallopt);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 65 extern "C" int mallopt(int param, int value); 2222 mallopt(1, 0); // M_MXFAST in InitializeInterceptors() 2223 mallopt(-3, 32*1024); // M_MMAP_THRESHOLD in InitializeInterceptors()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 223 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument 1490 INTERCEPT_FUNCTION(mallopt); in InitializeInterceptors()
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_malloc.c | 694 #define dlmallopt mallopt
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2491 fun:mallopt=uninstrumented
|
/external/valgrind/main/perf/ |
D | test_input_for_tinycc.c | 5643 extern int mallopt (int __param, int __val) __attribute__ ((__nothrow__));
|