Searched refs:prof_active_get_unlocked (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h330 bool prof_active_get_unlocked(void);
352 prof_active_get_unlocked(void) function
H A Dprivate_namespace.h410 #define prof_active_get_unlocked JEMALLOC_N(prof_active_get_unlocked) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Djemalloc.c1475 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true);
1601 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true);
1778 prof_active = prof_active_get_unlocked();
2083 tctx = prof_alloc_prep(tsd, *usize, prof_active_get_unlocked(), true);
2218 prof_active = prof_active_get_unlocked();
2364 prof_active = prof_active_get_unlocked();

Completed in 158 milliseconds