/external/ltp/testcases/kernel/syscalls/mallopt/ |
D | mallopt01.c | 100 if (mallopt(M_MXFAST, MAX_FAST_SIZE) == 0) in main() 105 if (mallopt(M_NLBLKS, 50) == 0) in main() 117 if (mallopt(M_MXFAST, 0) == 0) in main()
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
D | ebizzy.h | 22 #define mallopt(arg1, arg2) do { } while (0); macro
|
D | ebizzy.c | 220 mallopt(M_MMAP_MAX, 0); in read_options()
|
/external/swiftshader/third_party/subzero/src/ |
D | main.cpp | 38 mallopt(M_GRANULARITY, 16 * 1024 * 1024); in main()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 140 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument 290 INTERCEPT_FUNCTION(mallopt); in InitializeInterceptors()
|
/external/ltp/testcases/kernel/syscalls/ |
D | Makefile | 40 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \
|
/external/u-boot/include/ |
D | malloc.h | 871 #pragma weak mallopt = __libc_mallopt macro 904 # define mALLOPt mallopt
|
/external/compiler-rt/lib/scudo/ |
D | scudo_interceptors.cpp | 71 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 149 void mallopt() { in mallopt() function
|
/external/dlmalloc/ |
D | malloc.h | 61 #define dlmallopt mallopt
|
D | malloc.c | 826 #define dlmallopt mallopt
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 125 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
|
/external/u-boot/common/ |
D | dlmalloc.src | 66 mallopt(int parameter_number, int parameter_value) 209 These values may also be changed dynamically via mallopt(). The 606 /* SVID2/XPG mallopt options */ 615 /* mallopt options that actually do something */ 777 in mallopt will fail. 868 #pragma weak mallopt = __libc_mallopt 891 #define mALLOPt mallopt 3122 mallopt: 3124 mallopt is the general SVID/XPG interface to tunable parameters. 3126 mallopt then sets the corresponding parameter to the argument [all …]
|
/external/perfetto/src/profiling/memory/ |
D | malloc_hooks.cc | 590 return dispatch->mallopt(param, value); in HEAPPROFD_ADD_PREFIX()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 46 #define mallopt(a, b) macro 102 extern "C" int mallopt(int param, int value); 2441 mallopt(1, 0); // M_MXFAST in InitializeInterceptors() 2442 mallopt(-3, 32*1024); // M_MMAP_THRESHOLD in InitializeInterceptors()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 269 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument 272 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 681 mallopt(M_DEBUG, flag); in sys_mdebug()
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 1214 mallopt(M_DEBUG, flag); in sys_mdebug()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 666 #define dlmallopt mallopt
|
/external/libffi/src/ |
D | dlmalloc.c | 661 #define dlmallopt mallopt
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2250 fun:mallopt=uninstrumented
|