Searched refs:prof_active_get_unlocked (Results 1 – 11 of 11) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | arena_inlines_a.h | 28 if (likely(prof_interval == 0 || !prof_active_get_unlocked())) { in arena_prof_accum()
|
D | prof_inlines_a.h | 73 prof_active_get_unlocked(void) { in prof_active_get_unlocked() function
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 330 bool prof_active_get_unlocked(void); 352 prof_active_get_unlocked(void) in prof_active_get_unlocked() function
|
D | private_symbols.txt | 424 prof_active_get_unlocked
|
D | private_namespace.h | 424 #define prof_active_get_unlocked JEMALLOC_N(prof_active_get_unlocked) macro
|
D | private_unnamespace.h | 424 #undef prof_active_get_unlocked
|
/external/jemalloc/src/ |
D | jemalloc.c | 1562 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true); 1688 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true); 1865 prof_active = prof_active_get_unlocked(); 2202 tctx = prof_alloc_prep(tsd, *usize, prof_active_get_unlocked(), true); 2337 prof_active = prof_active_get_unlocked(); 2483 prof_active = prof_active_get_unlocked();
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 1890 tsd, usize, prof_active_get_unlocked(), true); 2189 prof_active = prof_active_get_unlocked(); 2642 prof_active = prof_active_get_unlocked(); 2802 prof_active = prof_active_get_unlocked();
|
D | prof.c | 1784 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) { in prof_idump() 1841 if (!prof_booted || tsdn_null(tsdn) || !prof_active_get_unlocked()) { in prof_gdump()
|
/external/jemalloc/ |
D | ChangeLog | 289 + Make one call to prof_active_get_unlocked() per allocation event, and use
|
/external/jemalloc_new/ |
D | ChangeLog | 663 + Make one call to prof_active_get_unlocked() per allocation event, and use
|