Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprof.h329 bool prof_active_get_unlocked(void);
351 prof_active_get_unlocked(void) in prof_active_get_unlocked() function
Dprivate_symbols.txt386 prof_active_get_unlocked
Dprivate_namespace.h388 #define prof_active_get_unlocked JEMALLOC_N(prof_active_get_unlocked) macro
Dprivate_unnamespace.h388 #undef prof_active_get_unlocked
/external/jemalloc/src/
Djemalloc.c1444 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true);
1554 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true);
1686 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true);
1796 prof_active = prof_active_get_unlocked();
2111 tctx = prof_alloc_prep(tsd, *usize, prof_active_get_unlocked(), true);
2228 prof_active = prof_active_get_unlocked();
2371 prof_active = prof_active_get_unlocked();
/external/jemalloc/
DChangeLog154 + Make one call to prof_active_get_unlocked() per allocation event, and use