Searched refs:prof_alloc_prep (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 334 prof_tctx_t *prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, 461 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) in prof_alloc_prep() function
|
D | private_symbols.txt | 388 prof_alloc_prep
|
D | private_namespace.h | 390 #define prof_alloc_prep JEMALLOC_N(prof_alloc_prep) macro
|
D | private_unnamespace.h | 390 #undef prof_alloc_prep
|
/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); 1798 tctx = prof_alloc_prep(tsd, usize, prof_active, true); 2111 tctx = prof_alloc_prep(tsd, *usize, prof_active_get_unlocked(), true); 2230 tctx = prof_alloc_prep(tsd, *usize, prof_active, true); 2394 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false);
|
/external/jemalloc/ |
D | ChangeLog | 654 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is
|