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

  /external/jemalloc_new/include/jemalloc/internal/
prof_externs.h 16 extern bool opt_prof_accum; /* Report cumulative bytes. */
private_namespace.h 275 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
private_namespace_jet.h 278 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
  /external/jemalloc/src/
prof.c 25 bool opt_prof_accum = false; variable
235 if (opt_prof_accum) {
617 if (opt_prof_accum)
630 if (opt_prof_accum)
650 assert(!opt_prof_accum);
1060 if (opt_prof_accum) {
1081 if (opt_prof_accum) {
1284 if (opt_prof_accum) {
1354 if ((!opt_prof_accum && gctx->cnt_summed.curobjs == 0) ||
1355 (opt_prof_accum && gctx->cnt_summed.accumobjs == 0))
    [all...]
ctl.c 116 CTL_PROTO(opt_prof_accum)
293 {NAME("prof_accum"), CTL(opt_prof_accum)}
    [all...]
jemalloc.c 1287 CONF_HANDLE_BOOL(opt_prof_accum, "prof_accum",
    [all...]
  /external/jemalloc_new/src/
prof.c 40 bool opt_prof_accum = false; variable
248 if (opt_prof_accum) {
617 if (opt_prof_accum) {
631 if (opt_prof_accum) {
653 assert(!opt_prof_accum);
1073 if (opt_prof_accum) {
1092 if (opt_prof_accum) {
1292 if (opt_prof_accum) {
    [all...]
ctl.c 111 CTL_PROTO(opt_prof_accum)
312 {NAME("prof_accum"), CTL(opt_prof_accum)}
    [all...]
jemalloc.c 1194 CONF_HANDLE_BOOL(opt_prof_accum, "prof_accum")
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 254 extern bool opt_prof_accum; /* Report cumulative bytes. */
private_namespace.h 381 #define opt_prof_accum JEMALLOC_N(opt_prof_accum) macro
    [all...]
private_unnamespace.h 381 #undef opt_prof_accum macro

Completed in 946 milliseconds