Searched refs:mallopt (Results 1 - 9 of 9) sorted by relevance
/external/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cc | 130 INTERCEPTOR(int, mallopt, int cmd, int value) { 277 INTERCEPT_FUNCTION(mallopt);
|
/external/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cc | 119 INTERCEPTOR(int, mallopt, int cmd, int value) {
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_testlib.cc | 147 void mallopt() { function
|
/external/dlmalloc/ |
H A D | 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.
|
H A D | 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) 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 D | vg_replace_malloc.c | 922 /*---------------------- 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 D | msan_interceptors.cc | 266 INTERCEPTOR(int, mallopt, int cmd, int value) { 269 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
|
/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 57 #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 D | test_input_for_tinycc.c | 5643 extern int mallopt (int __param, int __val) __attribute__ ((__nothrow__));
|
Completed in 151 milliseconds