Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_recent.h20 ssize_t prof_recent_alloc_max_ctl_write(tsd_t *tsd, ssize_t max);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h571 #define prof_recent_alloc_max_ctl_write JEMALLOC_N(prof_recent_alloc_max_ctl_write) macro
/src/contrib/jemalloc/src/
H A Dprof_recent.c460 prof_recent_alloc_max_ctl_write(tsd_t *tsd, ssize_t max) { in prof_recent_alloc_max_ctl_write() function
H A Dctl.c4217 old_max = prof_recent_alloc_max_ctl_write(tsd, max); in experimental_prof_recent_alloc_max_ctl()