OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curobjs
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/src/
quarantine.c
36
quarantine->
curobjs
= 0;
57
ret->
curobjs
= quarantine->
curobjs
;
58
if (quarantine->first + quarantine->
curobjs
<= (ZU(1) <<
62
quarantine->
curobjs
* sizeof(quarantine_obj_t));
67
size_t ncopy_b = quarantine->
curobjs
- ncopy_a;
86
quarantine->
curobjs
--;
95
while (quarantine->curbytes > upper_bound && quarantine->
curobjs
> 0)
131
if (quarantine->
curobjs
== (ZU(1) << quarantine->lg_maxobjs))
134
assert(quarantine->
curobjs
< (ZU(1) << quarantine->lg_maxobjs))
[
all
...]
prof.c
425
if (ql_first(&ctx->cnts_ql) == NULL && ctx->cnt_merged.
curobjs
== 0 &&
458
ctx->cnt_merged.
curobjs
+= cnt->cnts.
curobjs
;
464
ctx->cnt_merged.
curobjs
== 0 && ctx->nlimbo == 0) {
843
ctx->cnt_summed.
curobjs
+= tcnt.
curobjs
;
851
if (ctx->cnt_summed.
curobjs
!= 0)
855
cnt_all->
curobjs
+= ctx->cnt_summed.
curobjs
;
873
cnt_all->
curobjs
, cnt_all->curbytes
[
all
...]
/external/jemalloc/include/jemalloc/internal/
quarantine.h
21
size_t
curobjs
;
member in struct:quarantine_s
prof.h
80
int64_t
curobjs
;
member in struct:prof_cnt_s
371
cnt->cnts.
curobjs
++;
443
old_ctx->cnt_merged.
curobjs
--;
462
told_cnt->cnts.
curobjs
--;
466
cnt->cnts.
curobjs
++;
501
tcnt->cnts.
curobjs
--;
516
ctx->cnt_merged.
curobjs
--;
Completed in 97 milliseconds