Home
last modified time | relevance | path

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

12

/external/scudo/standalone/tests/
Dwrappers_c_test.cpp202 EXPECT_EQ(mallopt(-1000, 1), 0); in TEST()
206 EXPECT_EQ(mallopt(M_PURGE, 0), 1); in TEST()
208 EXPECT_EQ(mallopt(M_DECAY_TIME, 1), 1); in TEST()
209 EXPECT_EQ(mallopt(M_DECAY_TIME, 0), 1); in TEST()
210 EXPECT_EQ(mallopt(M_DECAY_TIME, 1), 1); in TEST()
211 EXPECT_EQ(mallopt(M_DECAY_TIME, 0), 1); in TEST()
214 EXPECT_EQ(mallopt(M_CACHE_COUNT_MAX, 100), 1); in TEST()
215 EXPECT_EQ(mallopt(M_CACHE_SIZE_MAX, 1024 * 1024 * 2), 1); in TEST()
216 EXPECT_EQ(mallopt(M_TSDS_COUNT_MAX, 10), 1); in TEST()
/external/ltp/testcases/kernel/syscalls/mallopt/
Dmallopt01.c100 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/
Debizzy.h22 #define mallopt(arg1, arg2) do { } while (0); macro
Debizzy.c220 mallopt(M_MMAP_MAX, 0); in read_options()
/external/swiftshader/third_party/subzero/src/
Dmain.cpp38 mallopt(M_GRANULARITY, 16 * 1024 * 1024); in main()
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc140 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
290 INTERCEPT_FUNCTION(mallopt); in InitializeInterceptors()
/external/ltp/testcases/kernel/syscalls/
DMakefile40 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp71 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/external/u-boot/include/
Dmalloc.h871 #pragma weak mallopt = __libc_mallopt macro
904 # define mALLOPt mallopt
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc149 void mallopt() { in mallopt() function
/external/dlmalloc/
Dmalloc.h61 #define dlmallopt mallopt
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc125 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
/external/u-boot/common/
Ddlmalloc.src66 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/scudo/standalone/
Dwrappers_c.inc162 INTERFACE WEAK int SCUDO_PREFIX(mallopt)(int param, int value) {
/external/perfetto/src/profiling/perf/
Dunwinding.cc36 mallopt(M_PURGE, 0); in MaybeReleaseAllocatorMemToOS()
Dperf_producer.cc121 mallopt(M_PURGE, 0); in MaybeReleaseAllocatorMemToOS()
/external/perfetto/src/profiling/memory/
Dmalloc_hooks.cc660 return dispatch->mallopt(param, value); in HEAPPROFD_ADD_PREFIX()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc46 #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/
Dmsan_interceptors.cc269 INTERCEPTOR(int, mallopt, int cmd, int value) { in INTERCEPTOR() argument
272 #define MSAN_MAYBE_INTERCEPT_MALLOPT INTERCEPT_FUNCTION(mallopt)
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs932 pub fn mallopt(param: ::c_int, value: ::c_int) -> ::c_int; in mallopt() function
/external/python/cpython2/Python/
Dsysmodule.c681 mallopt(M_DEBUG, flag); in sys_mdebug()
/external/perfetto/docs/design-docs/
Dheapprofd-design.md52 * Managed java processes: zygote calls `mallopt(M_SET_ZYGOTE_CHILD, ...)` in `PreApplicationInit`…
/external/python/cpython3/Python/
Dsysmodule.c1557 mallopt(M_DEBUG, flag); in sys_mdebug_impl()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c666 #define dlmallopt mallopt
/external/libffi/src/
Ddlmalloc.c661 #define dlmallopt mallopt

12