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_recent_alloc_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/src/
prof_recent.c
12
static atomic_zd_t
prof_recent_alloc_max
;
variable
20
atomic_store_zd(&
prof_recent_alloc_max
, opt_prof_recent_alloc_max,
26
return atomic_load_zd(&
prof_recent_alloc_max
, ATOMIC_RELAXED);
39
atomic_store_zd(&
prof_recent_alloc_max
, max, ATOMIC_RELAXED);
/src/external/bsd/jemalloc/dist/src/
prof_recent.c
12
static atomic_zd_t
prof_recent_alloc_max
;
variable
21
&
prof_recent_alloc_max
, opt_prof_recent_alloc_max, ATOMIC_RELAXED);
26
return atomic_load_zd(&
prof_recent_alloc_max
, ATOMIC_RELAXED);
39
atomic_store_zd(&
prof_recent_alloc_max
, max, ATOMIC_RELAXED);
Completed in 14 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026