Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_recent.h9 void prof_recent_alloc_reset(tsd_t *tsd, edata_t *edata);
/src/contrib/jemalloc/src/
H A Dlarge.c299 prof_recent_alloc_reset(tsd, edata); in large_prof_info_get()
H A Dprof_recent.c196 prof_recent_alloc_reset(tsd_t *tsd, edata_t *edata) { in prof_recent_alloc_reset() function
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h574 #define prof_recent_alloc_reset JEMALLOC_N(prof_recent_alloc_reset) macro