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

  /external/jemalloc/src/
prof.c 25 bool opt_prof_accum = false; variable
234 if (opt_prof_accum) {
614 if (opt_prof_accum)
627 if (opt_prof_accum)
646 assert(!opt_prof_accum);
1054 if (opt_prof_accum) {
1074 if (opt_prof_accum) {
1251 if (opt_prof_accum) {
1320 if ((!opt_prof_accum && gctx->cnt_summed.curobjs == 0) ||
1321 (opt_prof_accum && gctx->cnt_summed.accumobjs == 0))
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 360 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
private_unnamespace.h 360 #undef opt_prof_accum macro

Completed in 57 milliseconds