Home
last modified time | relevance | path

Searched refs:prof_active_get_unlocked (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Darena_inlines_a.h28 if (likely(prof_interval == 0 || !prof_active_get_unlocked())) { in arena_prof_accum()
H A Dprof_inlines_a.h75 prof_active_get_unlocked(void) { in prof_active_get_unlocked() function
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2121 tsd, usize, prof_active_get_unlocked(), true); in imalloc_body()
2539 prof_active = prof_active_get_unlocked(); in irealloc_prof()
3166 prof_active = prof_active_get_unlocked(); in irallocx_prof()
3330 prof_active = prof_active_get_unlocked(); in ixallocx_prof()
H A Dprof.c2055 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) { in prof_idump()
2112 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) { in prof_gdump()
/freebsd/contrib/jemalloc/
H A DChangeLog799 + Make one call to prof_active_get_unlocked() per allocation event, and use