Searched defs:opt_prof_accum (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/src/
H A Dprof.c26 bool opt_prof_accum = false; variable
463 if (opt_prof_accum == false && ql_first(&ctx->cnts_ql) == NULL &&
845 if (opt_prof_accum) {
857 if (opt_prof_accum) {
923 if ((opt_prof_accum == false && ctx->cnt_summed.curobjs == 0) ||
924 (opt_prof_accum && ctx->cnt_summed.accumobjs == 0)) {
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h274 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
H A Dprivate_unnamespace.h274 #undef opt_prof_accum macro

Completed in 58 milliseconds