Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c84 int mallopt(int param, int value) in mallopt() function
88 return dispatch_table->mallopt(param, value); in mallopt()
90 return MuslMalloc(mallopt)(param, value); in mallopt()
Dmusl_malloc_dispatch.h52 MalloptType mallopt; member
/third_party/ltp/testcases/kernel/syscalls/mallopt/
Dmallopt01.c45 if (mallopt(M_MXFAST, MAX_FAST_SIZE) == 0) in test_mallopt()
57 if (mallopt(M_MXFAST, 0) == 0) in test_mallopt()
/third_party/skia/src/ports/
DSkMemory_malloc.cpp88 (void)mallopt(M_THREAD_DISABLE_MEM_INIT, 1); in sk_malloc_flags()
92 (void)mallopt(M_THREAD_DISABLE_MEM_INIT, 0); in sk_malloc_flags()
/third_party/musl/libc-test/src/functional/
Dtest-mallopt.c21 return mallopt(0, 0) != 0; in test_mallopt()
Dtest_src_functional.gni91 "test-mallopt",
/third_party/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()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
Dmain.cpp38 mallopt(M_GRANULARITY, 16 * 1024 * 1024); in main()
/third_party/ltp/testcases/kernel/syscalls/mallinfo/
Dmallinfo02.c52 if (mallopt(M_MMAP_THRESHOLD, 131072) == 0) in setup()
/third_party/musl/porting/linux/user/include/
Dmalloc.h63 int mallopt(int param, int value);
/third_party/ltp/testcases/kernel/syscalls/
DMakefile26 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \
/third_party/ltp/
Dconfigure.ac109 mallopt \
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c1322 int mallopt(int param, int value) in __libc_mallopt()
/third_party/python/Python/
Dsysmodule.c1650 mallopt(M_DEBUG, flag); in sys_mdebug_impl()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c723 #define dlmallopt mallopt
/third_party/libffi/src/
Ddlmalloc.c666 #define dlmallopt mallopt
/third_party/boost/libs/container/src/
Ddlmalloc_2_8_6.c826 #define dlmallopt mallopt