HomeSort by relevance Sort by last modified time
    Searched defs:narenas_total_get (Results 1 - 6 of 6) 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_new/src/
jemalloc.c 306 narenas_total_get(void) { function
315 assert(ind <= narenas_total_get());
319 if (ind == narenas_total_get()) {
413 unsigned narenas_actual = narenas_total_get();
453 * has increased since narenas_total_get() was called above, but that
647 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) {
    [all...]
  /external/jemalloc_new/include/jemalloc/internal/
private_namespace.h 22 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
private_namespace_jet.h 22 #define narenas_total_get JEMALLOC_N(narenas_total_get) macro
  /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 5380 milliseconds