Home
last modified time | relevance | path

Searched refs:narenas_total_get (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/jemalloc_new/src/
H A Djemalloc.c306 narenas_total_get(void) { in narenas_total_get() function
315 assert(ind <= narenas_total_get()); in arena_init_locked()
319 if (ind == narenas_total_get()) { in arena_init_locked()
413 unsigned narenas_actual = narenas_total_get(); in arena_tdata_get_hard()
648 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) { in stats_print_atexit()
3227 narenas = narenas_total_get();
3301 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
3329 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
H A Dbackground_thread.c290 unsigned narenas = narenas_total_get();
607 unsigned n = narenas_total_get();
867 assert(narenas_total_get() > 0); in background_thread_boot1()
H A Dctl.c1112 ctl_arenas->narenas = narenas_total_get(); in ctl_init()
1768 if (newind >= narenas_total_get()) { in CTL_RO_CONFIG_GEN()
2314 if (arena_ind < narenas_total_get()) { in arena_i_extent_hooks_ctl()
2374 if (arena_ind < narenas_total_get() && (arena = in arena_i_retain_grow_limit_ctl()
2856 unsigned n = narenas_total_get(); in CTL_RO_NL_CGEN()
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Djemalloc_internal_externs.h40 unsigned narenas_total_get(void);
H A Dprivate_namespace.h22 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
H A Dprivate_namespace_jet.h22 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dmallctl.c542 mib[1] = narenas_total_get(); in TEST_BEGIN()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch44787 -unsigned narenas_total_get(void);
62329 - unsigned n_delayed = 0, total = narenas_total_get();
63311 - huge_arena_ind = narenas_total_get();
63643 - unsigned narenas = narenas_total_get();
63993 - unsigned narenas = narenas_total_get();
64036 - unsigned narenas = narenas_total_get();
64231 - assert(narenas_total_get() > 0);
67358 - ctl_arenas->narenas = narenas_total_get();
68158 - if (newind >= narenas_total_get()) {
68806 - if (arena_ind < narenas_total_get()) {
[all …]