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

/external/jemalloc/src/
H A Dprof.c25 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
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h360 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
H A Dprivate_unnamespace.h360 #undef opt_prof_accum macro

Completed in 133 milliseconds