Home
last modified time | relevance | path

Searched refs:old_usize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2510 irealloc_prof_sample(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof_sample() argument
2518 p = iralloc(tsd, old_ptr, old_usize, in irealloc_prof_sample()
2525 p = iralloc(tsd, old_ptr, old_usize, usize, 0, false, in irealloc_prof_sample()
2533 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof() argument
2543 p = irealloc_prof_sample(tsd, old_ptr, old_usize, usize, tctx, in irealloc_prof()
2546 p = iralloc(tsd, old_ptr, old_usize, usize, 0, false, in irealloc_prof()
2553 prof_realloc(tsd, p, usize, tctx, prof_active, true, old_ptr, old_usize, in irealloc_prof()
2661 size_t old_usize = 0; in je_realloc() local
2685 old_usize = sz_index2size(alloc_ctx.szind); in je_realloc()
2686 assert(old_usize == isalloc(tsd_tsdn(tsd), ptr)); in je_realloc()
[all …]
H A Dhook.c183 hook_invoke_expand(hook_expand_t type, void *address, size_t old_usize, in hook_invoke_expand() argument
190 h(hook.hooks.extra, type, address, old_usize, new_usize, in hook_invoke_expand()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhook.h100 void *extra, hook_expand_t type, void *address, size_t old_usize,
160 void hook_invoke_expand(hook_expand_t type, void *address, size_t old_usize,
H A Dprof_inlines_b.h182 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc() argument
234 prof_free_sampled_object(tsd, ptr, old_usize, old_tctx); in prof_realloc()