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 418 narenas_total_get(void) function
493 unsigned narenas_actual = narenas_total_get();
537 * increased since narenas_total_get() was called above, but that causes
688 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 320 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
private_unnamespace.h 320 #undef narenas_total_get macro

Completed in 37 milliseconds