OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cnt_summed
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
prof.c
1052
tdata->
cnt_summed
.curobjs += tctx->dump_cnts.curobjs;
1053
tdata->
cnt_summed
.curbytes += tctx->dump_cnts.curbytes;
1055
tdata->
cnt_summed
.accumobjs +=
1057
tdata->
cnt_summed
.accumbytes +=
1072
gctx->
cnt_summed
.curobjs += tctx->dump_cnts.curobjs;
1073
gctx->
cnt_summed
.curbytes += tctx->dump_cnts.curbytes;
1075
gctx->
cnt_summed
.accumobjs += tctx->dump_cnts.accumobjs;
1076
gctx->
cnt_summed
.accumbytes += tctx->dump_cnts.accumbytes;
1167
memset(&gctx->
cnt_summed
, 0, sizeof(prof_cnt_t));
1179
if (gctx->
cnt_summed
.curobjs != 0
[
all
...]
/external/jemalloc/include/jemalloc/internal/
prof.h
141
/* Protects nlimbo,
cnt_summed
, and tctxs. */
166
prof_cnt_t
cnt_summed
;
member in struct:prof_gctx_s
235
prof_cnt_t
cnt_summed
;
member in struct:prof_tdata_s
Completed in 1374 milliseconds