Searched refs:prof_alloc_prep (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_inlines_b.h | 146 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep() function
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 2120 prof_tctx_t *tctx = prof_alloc_prep( in imalloc_body() 2541 tctx = prof_alloc_prep(tsd, usize, prof_active, true); in irealloc_prof() 3168 tctx = prof_alloc_prep(tsd, *usize, prof_active, false); in irallocx_prof() 3355 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false); in ixallocx_prof()
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 1299 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is
|