Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dlarge_externs.h30 void large_prof_alloc_time_set(extent_t *extent, nstime_t time);
H A Dprivate_namespace.h233 #define large_prof_alloc_time_set JEMALLOC_N(large_prof_alloc_time_set) macro
H A Darena_inlines_b.h109 large_prof_alloc_time_set(extent, t); in arena_prof_alloc_time_set()
/freebsd-14.2/contrib/jemalloc/src/
H A Dlarge.c393 large_prof_alloc_time_set(extent_t *extent, nstime_t t) { in large_prof_alloc_time_set() function