Home
last modified time | relevance | path

Searched refs:mallopt (Results 1 – 19 of 19) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc145 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
292 INTERCEPT_FUNCTION(mallopt); in InitializeInterceptors()
/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_gcc_and_weak.h92 int mallopt(int cmd, int value) __THROW ALIAS(tc_mallopt);
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_gcc_and_weak.h85 int mallopt(int cmd, int value) __THROW ALIAS(tc_mallopt);
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/chromium_org/third_party/tcmalloc/vendor/
DTODO26 1) Implement mallinfo/mallopt
DMakefile.am91 -W malloc_stats -W mallopt -W mallinfo \
DChangeLog617 * Add support for mallopt() and mallinfo (sanjay)
DMakefile.in1903 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W malloc_stats -W mallopt -W mallinfo \
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc141 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/external/valgrind/main/coregrind/m_replacemalloc/
Dvg_replace_malloc.c827 MALLOPT(VG_Z_LIBC_SONAME, mallopt);
828 MALLOPT(SO_SYN_MALLOC, mallopt);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc65 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/
Dmsan_interceptors.cc223 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/
DSDL_malloc.c694 #define dlmallopt mallopt
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2491 fun:mallopt=uninstrumented
/external/valgrind/main/perf/
Dtest_input_for_tinycc.c5643 extern int mallopt (int __param, int __val) __attribute__ ((__nothrow__));