OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curbytes
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/src/
quarantine.c
36
quarantine->
curbytes
= 0;
74
ret->
curbytes
= quarantine->
curbytes
;
104
quarantine->
curbytes
-= obj->usize;
114
while (quarantine->
curbytes
> upper_bound && quarantine->curobjs > 0)
135
if (quarantine->
curbytes
+ usize > opt_quarantine) {
146
if (quarantine->
curbytes
+ usize <= opt_quarantine) {
152
quarantine->
curbytes
+= usize;
166
assert(quarantine->
curbytes
== 0);
prof.c
233
tctx->cnts.
curbytes
+= usize;
248
assert(tctx->cnts.
curbytes
>= usize);
250
tctx->cnts.
curbytes
-= usize;
645
assert(tctx->cnts.
curbytes
== 0);
1053
tdata->cnt_summed.
curbytes
+= tctx->dump_cnts.
curbytes
;
1073
gctx->cnt_summed.
curbytes
+= tctx->dump_cnts.
curbytes
;
1116
tctx->dump_cnts.
curbytes
, tctx->dump_cnts.accumobjs,
1250
cnt_all->
curbytes
+= tdata->cnt_summed.curbytes
[
all
...]
/external/jemalloc/include/jemalloc/internal/
quarantine.h
20
size_t
curbytes
;
member in struct:quarantine_s
prof.h
76
uint64_t
curbytes
;
member in struct:prof_cnt_s
/external/jemalloc/doc/
jemalloc.xml.in
[
all
...]
Completed in 85 milliseconds