OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curobjs
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
prof_structs.h
27
uint64_t
curobjs
;
member in struct:prof_cnt_s
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
prof_structs.h
27
uint64_t
curobjs
;
member in struct:prof_cnt_s
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
prof_structs.h
28
uint64_t
curobjs
;
member in struct:prof_cnt_s
/src/external/bsd/jemalloc/include/jemalloc/internal/
prof_structs.h
28
uint64_t
curobjs
;
member in struct:prof_cnt_s
/src/external/bsd/jemalloc.old/dist/src/
prof_data.c
649
uint64_t
curobjs
;
local
655
cnts->curbytes_unbiased, &
curobjs
, &curbytes);
659
curobjs
= cnts->
curobjs
;
666
curobjs
, curbytes, accumobjs, accumbytes);
685
tdata->cnt_summed.
curobjs
+= tctx->dump_cnts.
curobjs
;
712
gctx->cnt_summed.
curobjs
+= tctx->dump_cnts.
curobjs
;
837
if (gctx->cnt_summed.
curobjs
!= 0)
1031
uint64_t
curobjs
= (uint64_t)round(((double)cnt_all->
curobjs
) *
local
[
all
...]
/src/external/bsd/jemalloc/dist/src/
prof_data.c
623
uint64_t
curobjs
;
local
629
cnts->curbytes_unbiased, &
curobjs
, &curbytes);
633
curobjs
= cnts->
curobjs
;
639
"%" FMTu64 ": %" FMTu64 " [%" FMTu64 ": %" FMTu64 "]",
curobjs
,
659
tdata->cnt_summed.
curobjs
+= tctx->dump_cnts.
curobjs
;
686
gctx->cnt_summed.
curobjs
+= tctx->dump_cnts.
curobjs
;
813
if (gctx->cnt_summed.
curobjs
!= 0)
1007
uint64_t
curobjs
= (uint64_t)round(
local
[
all
...]
Completed in 85 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026