HomeSort by relevance Sort by last modified time
    Searched defs:narenas_total_get (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/src/
jemalloc.c 430 narenas_total_get(void) function
442 assert(ind <= narenas_total_get());
445 if (ind == narenas_total_get())
524 unsigned narenas_actual = narenas_total_get();
564 * has increased since narenas_total_get() was called above, but that
763 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 349 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
    [all...]
private_unnamespace.h 349 #undef narenas_total_get macro

Completed in 270 milliseconds