Searched refs:narenas_total_get (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h459 unsigned narenas_total_get(void);
566 narenas_total_get(void) function
H A Dprivate_namespace.h261 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
H A Dprivate_unnamespace.h261 #undef narenas_total_get macro
/external/jemalloc/test/unit/
H A Dmallctl.c271 mib[1] = narenas_total_get();
/external/jemalloc/src/
H A Djemalloc.c218 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
H A Dctl.c684 assert(narenas_auto == narenas_total_get());

Completed in 137 milliseconds