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

  /external/jemalloc_new/include/jemalloc/internal/
jemalloc_internal_externs.h 40 unsigned narenas_total_get(void);
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/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...]
ctl.c 771 ctl_stats.narenas = narenas_total_get();
    [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...]
background_thread.c 290 unsigned narenas = narenas_total_get();
607 unsigned n = narenas_total_get();
867 assert(narenas_total_get() > 0);
ctl.c     [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
jemalloc_internal.h 488 unsigned narenas_total_get(void);
    [all...]
  /external/jemalloc/test/unit/
mallctl.c 498 mib[1] = narenas_total_get();
  /external/jemalloc_new/test/unit/
mallctl.c 542 mib[1] = narenas_total_get();

Completed in 198 milliseconds