Home
last modified time | relevance | path

Searched refs:mallopt (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/Benchmark/musl/
H A Dutil.cpp33 mallopt(M_OHOS_CONFIG, M_TCACHE_PERFORMANCE_MODE); in OpenTcache()
34 mallopt(M_OHOS_CONFIG, M_ENABLE_OPT_TCACHE); in OpenTcache()
35 mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_ENABLE); in OpenTcache()
36 mallopt(M_DELAYED_FREE, M_DELAYED_FREE_ENABLE); in OpenTcache()
/third_party/ltp/testcases/kernel/syscalls/mallopt/
H A Dmallopt01.c12 * Basic mallinfo() and mallopt() testing.
45 if (mallopt(M_MXFAST, MAX_FAST_SIZE) == 0) in test_mallopt()
46 tst_res(TFAIL, "mallopt(M_MXFAST, %d) failed", (int)MAX_FAST_SIZE); in test_mallopt()
48 tst_res(TPASS, "mallopt(M_MXFAST, %d) succeeded", (int)MAX_FAST_SIZE); in test_mallopt()
57 if (mallopt(M_MXFAST, 0) == 0) in test_mallopt()
58 tst_res(TFAIL, "mallopt(M_MXFAST, 0) failed"); in test_mallopt()
60 tst_res(TPASS, "mallopt(M_MXFAST, 0) succeeded"); in test_mallopt()
75 TST_TEST_TCONF("system doesn't implement non-POSIX mallopt()");
/third_party/skia/src/ports/
H A 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/
H A Dtest-mallopt.c21 return mallopt(0, 0) == 0; in test_mallopt()
26 return check_and_report("Testing mallopt stub", test_mallopt); in main()
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.h22 #define mallopt(arg1, arg2) do { } while (0); macro
H A Debizzy.c220 mallopt(M_MMAP_MAX, 0); in read_options()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A Dmain.cpp38 mallopt(M_GRANULARITY, 16 * 1024 * 1024); in main()
/third_party/ltp/testcases/kernel/syscalls/mallinfo/
H A Dmallinfo02.c52 if (mallopt(M_MMAP_THRESHOLD, 131072) == 0) in setup()
53 tst_res(TFAIL, "mallopt(M_MMAP_THRESHOLD, 128K) failed"); in setup()
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_malloc_dispatch.h56 MalloptType mallopt; member
/third_party/musl/src/hook/linux/
H A Dmusl_malloc_dispatch.h78 MalloptType mallopt; member
/third_party/ltp/testcases/kernel/syscalls/
H A DMakefile26 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \
/third_party/musl/porting/linux/user/include/
H A Dmalloc.h106 int mallopt(int param, int value);
/third_party/musl/include/
H A Dmalloc.h105 int mallopt(int param, int value);
/third_party/musl/src/malloc/mallocng/
H A Dmalloc.c473 int mallopt(int param, int value) in mallopt() function
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmalloc.c466 int mallopt(int param, int value) in mallopt() function
/third_party/ntfs-3g/src/
H A Dntfs-3g.c4329 mallopt(M_OHOS_CONFIG, M_TCACHE_NORMAL_MODE); in main()
4330 mallopt(M_OHOS_CONFIG, M_ENABLE_OPT_TCACHE); in main()
4331 mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_ENABLE); in main()
4332 mallopt(M_DELAYED_FREE, M_DELAYED_FREE_ENABLE); in main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1190 pub fn mallopt(param: ::c_int, value: ::c_int) -> ::c_int; in mallopt() functions
/third_party/python/Python/
H A Dsysmodule.c1617 mallopt(M_DEBUG, flag); in sys_mdebug_impl()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs3082 pub fn mallopt(param: ::c_int, value: i64) -> ::c_int; in mallopt() functions

Completed in 24 milliseconds