Searched refs:prof_active_get_unlocked (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 329 bool prof_active_get_unlocked(void); 351 prof_active_get_unlocked(void) in prof_active_get_unlocked() function
|
D | private_symbols.txt | 386 prof_active_get_unlocked
|
D | private_namespace.h | 388 #define prof_active_get_unlocked JEMALLOC_N(prof_active_get_unlocked) macro
|
D | private_unnamespace.h | 388 #undef prof_active_get_unlocked
|
/external/jemalloc/src/ |
D | jemalloc.c | 1444 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/ |
D | ChangeLog | 154 + Make one call to prof_active_get_unlocked() per allocation event, and use
|