Home
last modified time | relevance | path

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

/external/jemalloc/src/
Djemalloc.c408 narenas_total_get(void) in narenas_total_get() function
420 assert(ind <= narenas_total_get()); in arena_init_locked()
423 if (ind == narenas_total_get()) in arena_init_locked()
494 unsigned narenas_actual = narenas_total_get(); in arena_tdata_get_hard()
693 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) { in stats_print_atexit()
2671 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
2700 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
2721 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
Dctl.c761 ctl_stats.narenas = narenas_total_get(); in ctl_init()
1754 if (arena_ind < narenas_total_get() && (arena = in arena_i_chunk_hooks_ctl()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt329 narenas_total_get
Dprivate_namespace.h331 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
Dprivate_unnamespace.h331 #undef narenas_total_get
Djemalloc_internal.h467 unsigned narenas_total_get(void);
Djemalloc_internal.h.in467 unsigned narenas_total_get(void);
/external/jemalloc/test/unit/
Dmallctl.c487 mib[1] = narenas_total_get(); in TEST_BEGIN()