/third_party/musl/Benchmark/musl/ |
H A D | util.cpp | 33 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 D | mallopt01.c | 12 * 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 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/ |
H A D | test-mallopt.c | 21 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 D | ebizzy.h | 22 #define mallopt(arg1, arg2) do { } while (0); macro
|
H A D | ebizzy.c | 220 mallopt(M_MMAP_MAX, 0); in read_options()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | main.cpp | 38 mallopt(M_GRANULARITY, 16 * 1024 * 1024); in main()
|
/third_party/ltp/testcases/kernel/syscalls/mallinfo/ |
H A D | mallinfo02.c | 52 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 D | musl_malloc_dispatch.h | 56 MalloptType mallopt; member
|
/third_party/musl/src/hook/linux/ |
H A D | musl_malloc_dispatch.h | 78 MalloptType mallopt; member
|
/third_party/ltp/testcases/kernel/syscalls/ |
H A D | Makefile | 26 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \
|
/third_party/musl/porting/linux/user/include/ |
H A D | malloc.h | 106 int mallopt(int param, int value);
|
/third_party/musl/include/ |
H A D | malloc.h | 105 int mallopt(int param, int value);
|
/third_party/musl/src/malloc/mallocng/ |
H A D | malloc.c | 473 int mallopt(int param, int value) in mallopt() function
|
/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
H A D | malloc.c | 466 int mallopt(int param, int value) in mallopt() function
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 4329 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 D | mod.rs | 1190 pub fn mallopt(param: ::c_int, value: ::c_int) -> ::c_int; in mallopt() functions
|
/third_party/python/Python/ |
H A D | sysmodule.c | 1617 mallopt(M_DEBUG, flag); in sys_mdebug_impl()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 3082 pub fn mallopt(param: ::c_int, value: i64) -> ::c_int; in mallopt() functions
|