OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_prof_recent_alloc_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/src/
prof_recent.c
10
ssize_t
opt_prof_recent_alloc_max
= PROF_RECENT_ALLOC_MAX_DEFAULT;
variable
20
atomic_store_zd(&prof_recent_alloc_max,
opt_prof_recent_alloc_max
,
/src/external/bsd/jemalloc/dist/src/
prof_recent.c
10
ssize_t
opt_prof_recent_alloc_max
= PROF_RECENT_ALLOC_MAX_DEFAULT;
variable
21
&prof_recent_alloc_max,
opt_prof_recent_alloc_max
, ATOMIC_RELAXED);
Completed in 14 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026