Searched refs:mallopt (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc130 INTERCEPTOR(int, mallopt, int cmd, int value) {
277 INTERCEPT_FUNCTION(mallopt);
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc119 INTERCEPTOR(int, mallopt, int cmd, int value) {
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc147 void mallopt() { function
/external/dlmalloc/
H A Dmalloc.h61 #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.
H A Dmalloc.c450 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)
719 mallopt tuning options. SVID/XPG defines four standard parameter
720 numbers for mallopt, normally defined in malloc.h. None of these
826 #define dlmallopt mallopt
943 mallopt(int parameter_number, int parameter_value)
945 (parameter-number, parameter-value) pair. mallopt then sets the
948 0. To workaround the fact that mallopt is specified to use int,
952 SVID/XPG/ANSI defines four standard param numbers for mallopt,
[all...]
/external/valgrind/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c922 /*---------------------- mallopt ----------------------*/
932 mallopt */ \
939 MALLOPT(VG_Z_LIBC_SONAME, mallopt);
940 MALLOPT(SO_SYN_MALLOC, mallopt);
943 //MALLOPT(VG_Z_LIBC_SONAME, mallopt);
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc266 INTERCEPTOR(int, mallopt, int cmd, int value) {
269 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc57 #define mallopt(a, b)
121 extern "C" int mallopt(int param, int value);
2552 mallopt(1, 0); // M_MXFAST
2553 mallopt(-3, 32*1024); // M_MMAP_THRESHOLD
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c5643 extern int mallopt (int __param, int __val) __attribute__ ((__nothrow__));

Completed in 151 milliseconds