Searched refs:prof_alloc_prep (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 102 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep() function
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 1889 prof_tctx_t *tctx = prof_alloc_prep( 2191 tctx = prof_alloc_prep(tsd, usize, prof_active, true); 2644 tctx = prof_alloc_prep(tsd, *usize, prof_active, false); 2825 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false);
|
/external/jemalloc_new/ |
D | ChangeLog | 1163 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is
|