Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_externs.h40 unsigned narenas_total_get(void);
Dprivate_namespace_jet.h22 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
Dprivate_namespace.h22 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
/external/jemalloc_new/src/
Dbackground_thread.c290 unsigned narenas = narenas_total_get();
607 unsigned n = narenas_total_get();
867 assert(narenas_total_get() > 0); in background_thread_boot1()
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()
647 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) { in stats_print_atexit()
3225 narenas = narenas_total_get();
3299 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
3326 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
Dctl.c1054 ctl_arenas->narenas = narenas_total_get(); in ctl_init()
1710 if (newind >= narenas_total_get()) { in CTL_RO_CONFIG_GEN()
2256 if (arena_ind < narenas_total_get()) { in arena_i_extent_hooks_ctl()
2316 if (arena_ind < narenas_total_get() && (arena = in arena_i_retain_grow_limit_ctl()
2792 unsigned n = narenas_total_get(); in CTL_RO_NL_CGEN()
/external/jemalloc_new/test/unit/
Dmallctl.c542 mib[1] = narenas_total_get(); in TEST_BEGIN()