OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prof_live
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/jemalloc/dist/src/
stats.c
405
prof_stats_t
prof_live
;
local
415
CTL_LEAF(prof_stats_mib, 4, "live", &
prof_live
,
469
emitter_type_uint64, &
prof_live
.req_sum);
471
emitter_type_uint64, &
prof_live
.count);
524
col_prof_live_requested.uint64_val =
prof_live
.req_sum;
525
col_prof_live_count.uint64_val =
prof_live
.count;
619
prof_stats_t
prof_live
;
local
644
CTL_LEAF(prof_stats_mib, 4, "live", &
prof_live
,
653
emitter_type_uint64, &
prof_live
.req_sum);
655
emitter_type_uint64, &
prof_live
.count)
[
all
...]
Completed in 18 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026