Searched refs:mallopt (Results 1 – 18 of 18) sorted by relevance
/third_party/musl/porting/linux/user/src/hook/ |
D | malloc_common.c | 84 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()
|
D | musl_malloc_dispatch.h | 52 MalloptType mallopt; member
|
/third_party/ltp/testcases/kernel/syscalls/mallopt/ |
D | mallopt01.c | 45 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/ |
D | SkMemory_malloc.cpp | 88 (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/ |
D | test-mallopt.c | 21 return mallopt(0, 0) != 0; in test_mallopt()
|
D | test_src_functional.gni | 91 "test-mallopt",
|
/third_party/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | main.cpp | 38 mallopt(M_GRANULARITY, 16 * 1024 * 1024); in main()
|
/third_party/ltp/testcases/kernel/syscalls/mallinfo/ |
D | mallinfo02.c | 52 if (mallopt(M_MMAP_THRESHOLD, 131072) == 0) in setup()
|
/third_party/musl/porting/linux/user/include/ |
D | malloc.h | 63 int mallopt(int param, int value);
|
/third_party/ltp/testcases/kernel/syscalls/ |
D | Makefile | 26 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \
|
/third_party/ltp/ |
D | configure.ac | 109 mallopt \
|
/third_party/musl/porting/linux/user/src/malloc/ |
D | malloc.c | 1322 int mallopt(int param, int value) in __libc_mallopt()
|
/third_party/python/Python/ |
D | sysmodule.c | 1650 mallopt(M_DEBUG, flag); in sys_mdebug_impl()
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_malloc.c | 723 #define dlmallopt mallopt
|
/third_party/libffi/src/ |
D | dlmalloc.c | 666 #define dlmallopt mallopt
|
/third_party/boost/libs/container/src/ |
D | dlmalloc_2_8_6.c | 826 #define dlmallopt mallopt
|