Searched defs:narenas_total_get (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/src/
H A Djemalloc.c408 narenas_total_get(void) function
420 assert(ind <= narenas_total_get());
423 if (ind == narenas_total_get())
494 unsigned narenas_actual = narenas_total_get();
534 * has increased since narenas_total_get() was called above, but that
693 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
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++) {
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h331 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
H A Dprivate_unnamespace.h331 #undef narenas_total_get macro

Completed in 281 milliseconds