Searched refs:prof_realloc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_inlines_b.h | 181 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() function
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 2553 prof_realloc(tsd, p, usize, tctx, prof_active, true, old_ptr, old_usize, in irealloc_prof() 3192 prof_realloc(tsd, p, *usize, tctx, prof_active, false, old_ptr, in irallocx_prof() 3368 prof_realloc(tsd, ptr, usize, tctx, prof_active, false, ptr, old_usize, in ixallocx_prof()
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 801 event. Also add a missing check in prof_realloc(). These fixes protect 805 + Fix prof_realloc() to call prof_free_sampled_object() after calling
|