OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accumobjs
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
prof.c
235
tctx->cnts.
accumobjs
++;
647
assert(tctx->cnts.
accumobjs
== 0);
1055
tdata->cnt_summed.
accumobjs
+=
1056
tctx->dump_cnts.
accumobjs
;
1075
gctx->cnt_summed.
accumobjs
+= tctx->dump_cnts.
accumobjs
;
1116
tctx->dump_cnts.curbytes, tctx->dump_cnts.
accumobjs
,
1252
cnt_all->
accumobjs
+= tdata->cnt_summed.
accumobjs
;
1273
tdata->cnt_summed.curbytes, tdata->cnt_summed.
accumobjs
,
[
all
...]
/external/jemalloc/include/jemalloc/internal/
prof.h
77
uint64_t
accumobjs
;
member in struct:prof_cnt_s
Completed in 52 milliseconds