Home
last modified time | relevance | path

Searched refs:mallctlbymib (Results 1 – 20 of 20) sorted by relevance

/external/jemalloc_new/test/unit/
Dmallctl.c52 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, "0.0.0", in TEST_BEGIN()
60 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, (void *)&epoch, in TEST_BEGIN()
63 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, (void *)&epoch, in TEST_BEGIN()
68 assert_d_eq(mallctlbymib(mib, miblen, (void *)&epoch, &sz, NULL, 0), in TEST_BEGIN()
72 assert_d_eq(mallctlbymib(mib, miblen, (void *)&epoch, &sz, NULL, 0), in TEST_BEGIN()
209 assert_d_eq(mallctlbymib(mib, miblen, (void *)&bin_size, &len, in TEST_BEGIN()
384 assert_d_eq(mallctlbymib(mib, miblen, &initialized, &sz, NULL, in TEST_BEGIN()
390 assert_d_eq(mallctlbymib(mib, miblen, &initialized, &sz, NULL, 0), 0, in TEST_BEGIN()
484 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, NULL, 0), 0, in TEST_BEGIN()
488 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, NULL, 0), 0, in TEST_BEGIN()
[all …]
Dpack.c38 assert_d_eq(mallctlbymib(mib, miblen, (void *)&size, &sz, NULL, in binind_compute()
61 assert_d_eq(mallctlbymib(mib, miblen, (void *)&nregs, &sz, NULL, in nregs_per_run_compute()
86 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, NULL, 0), 0, in arena_reset_mallctl()
Ddecay.c50 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, in do_arena_create()
57 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, in do_arena_create()
71 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, NULL, 0), 0, in do_arena_destroy()
89 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, NULL, 0), 0, in do_purge()
100 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, NULL, 0), 0, in do_decay()
113 assert_d_eq(mallctlbymib(mib, miblen, (void *)&npurge, &sz, NULL, 0), in get_arena_npurge_impl()
147 assert_d_eq(mallctlbymib(mib, miblen, (void *)&pdirty, &sz, NULL, 0), 0, in get_arena_pdirty()
162 assert_d_eq(mallctlbymib(mib, miblen, (void *)&pmuzzy, &sz, NULL, 0), 0, in get_arena_pmuzzy()
Dextent_quantize.c23 assert_d_eq(mallctlbymib(mib, miblen, (void *)&extent_size, &sz, in TEST_BEGIN()
64 assert_d_eq(mallctlbymib(mib, miblen, (void *)&lextent_size, in TEST_BEGIN()
Darena_reset.c44 assert_d_eq(mallctlbymib(mib, miblen, (void *)&ret, &z, NULL, 0), in get_size_impl()
169 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, NULL, 0), 0, in do_arena_reset_destroy()
212 assert_d_eq(mallctlbymib(mib, miblen, (void *)&initialized, &sz, NULL, in arena_i_initialized()
Dretained.c32 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, NULL, 0), 0, in do_arena_destroy()
53 assert_d_eq(mallctlbymib(mib, miblen, (void *)&size, &z, NULL, 0), in do_get_size_impl()
Dsize_classes.c19 assert_d_eq(mallctlbymib(mib, miblen, (void *)&max_size_class, &sz, in get_max_size_class()
Dstats_print.c974 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, NULL, in TEST_BEGIN()
/external/jemalloc_new/test/integration/
Dextent.c55 assert_d_eq(mallctlbymib(purge_mib, purge_miblen, NULL, NULL, NULL, 0), in test_extent_body()
78 assert_d_eq(mallctlbymib(purge_mib, purge_miblen, NULL, NULL, NULL, 0), in test_extent_body()
127 assert_d_eq(mallctlbymib(hooks_mib, hooks_miblen, (void *)&old_hooks, in test_manual_hook_auto_arena()
160 assert_d_eq(mallctlbymib(hooks_mib, hooks_miblen, (void *)&old_hooks, in test_manual_hook_body()
185 assert_d_eq(mallctlbymib(hooks_mib, hooks_miblen, NULL, NULL, in test_manual_hook_body()
187 assert_d_eq(mallctlbymib(hooks_mib, hooks_miblen, (void *)&old_hooks, in test_manual_hook_body()
Doverflow.c19 assert_d_eq(mallctlbymib(mib, miblen, (void *)&max_size_class, &sz, in TEST_BEGIN()
DMALLOCX_ARENA.c35 assert_d_eq(mallctlbymib(mib, miblen, NULL, NULL, (void *)&dss, in thd_start()
Dmallocx.c32 assert_d_eq(mallctlbymib(mib, miblen, (void *)&ret, &z, NULL, 0), in get_size_impl()
Drallocx.c32 assert_d_eq(mallctlbymib(mib, miblen, (void *)&ret, &z, NULL, 0), in get_size_impl()
Dxallocx.c100 assert_d_eq(mallctlbymib(mib, miblen, (void *)&ret, &z, NULL, 0), in get_size_impl()
/external/jemalloc_new/include/jemalloc/internal/
Dpublic_namespace.h6 #define je_mallctlbymib JEMALLOC_N(mallctlbymib)
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle_jet.h17 # define mallctlbymib jet_mallctlbymib macro
Djemalloc_rename.h36 # define je_mallctlbymib mallctlbymib
Djemalloc_protos.h.in48 JEMALLOC_EXPORT int JEMALLOC_NOTHROW @je_@mallctlbymib(const size_t *mib,
Djemalloc.h348 # define mallctlbymib je_mallctlbymib macro
/external/jemalloc_new/
Dconfigure.ac851 public_syms="aligned_alloc calloc dallocx free mallctl mallctlbymib mallctlnametomib malloc malloc_…