Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dlarge_externs.h29 nstime_t large_prof_alloc_time_get(const extent_t *extent);
H A Dprivate_namespace.h232 #define large_prof_alloc_time_get JEMALLOC_N(large_prof_alloc_time_get) macro
H A Darena_inlines_b.h98 return large_prof_alloc_time_get(extent); in arena_prof_alloc_time_get()
/freebsd-14.2/contrib/jemalloc/src/
H A Dlarge.c388 large_prof_alloc_time_get(const extent_t *extent) { in large_prof_alloc_time_get() function