Home
last modified time | relevance | path

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

/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()