Home
last modified time | relevance | path

Searched refs:prof_recent_alloc_max_ctl_read (Results 1 – 4 of 4) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_recent.h19 ssize_t prof_recent_alloc_max_ctl_read();
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h570 #define prof_recent_alloc_max_ctl_read JEMALLOC_N(prof_recent_alloc_max_ctl_read) macro
/src/contrib/jemalloc/src/
H A Dprof_recent.c406 prof_recent_alloc_max_ctl_read() { in prof_recent_alloc_max_ctl_read() function
H A Dctl.c4219 old_max = prof_recent_alloc_max_ctl_read(); in experimental_prof_recent_alloc_max_ctl()