Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_externs.h40 unsigned narenas_total_get(void);
Dprivate_namespace.h22 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
Dprivate_namespace_jet.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/src/
Djemalloc.c430 narenas_total_get(void) in narenas_total_get() function
442 assert(ind <= narenas_total_get()); in arena_init_locked()
445 if (ind == narenas_total_get()) in arena_init_locked()
524 unsigned narenas_actual = narenas_total_get(); in arena_tdata_get_hard()
763 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) { in stats_print_atexit()
2837 narenas = narenas_total_get();
2894 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
2919 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
Dctl.c771 ctl_stats.narenas = narenas_total_get(); in ctl_init()
1781 if (arena_ind < narenas_total_get() && (arena = in arena_i_chunk_hooks_ctl()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt349 narenas_total_get
Dprivate_namespace.h349 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
Dprivate_unnamespace.h349 #undef narenas_total_get
Djemalloc_internal.h488 unsigned narenas_total_get(void);
Djemalloc_internal.h.in488 unsigned narenas_total_get(void);
/external/jemalloc/test/unit/
Dmallctl.c498 mib[1] = narenas_total_get(); in TEST_BEGIN()
/external/jemalloc_new/test/unit/
Dmallctl.c542 mib[1] = narenas_total_get(); in TEST_BEGIN()