Searched refs:prof_realloc (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 137 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() function
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 2201 prof_realloc(tsd, p, usize, tctx, prof_active, true, old_ptr, old_usize, 2668 prof_realloc(tsd, p, *usize, tctx, prof_active, false, old_ptr, 2838 prof_realloc(tsd, ptr, usize, tctx, prof_active, false, ptr, old_usize,
|
/external/jemalloc_new/ |
D | ChangeLog | 665 event. Also add a missing check in prof_realloc(). These fixes protect 669 + Fix prof_realloc() to call prof_free_sampled_object() after calling
|