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.c3440 irallocx_prof_sample(tsdn_t *tsdn, void *old_ptr, size_t old_usize, in irallocx_prof_sample() argument
3451 p = iralloct(tsdn, old_ptr, old_usize, in irallocx_prof_sample()
3459 p = iralloct(tsdn, old_ptr, old_usize, usize, alignment, zero, in irallocx_prof_sample()
3468 irallocx_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t size, in irallocx_prof() argument
3479 p = irallocx_prof_sample(tsd_tsdn(tsd), old_ptr, old_usize, in irallocx_prof()
3482 p = iralloct(tsd_tsdn(tsd), old_ptr, old_usize, size, alignment, in irallocx_prof()
3491 old_usize, &old_prof_info, sample_event); in irallocx_prof()
3501 size_t old_usize; in do_rallocx() local
3526 old_usize = sz_index2size(alloc_ctx.szind); in do_rallocx()
3527 assert(old_usize == isalloc(tsd_tsdn(tsd), ptr)); in do_rallocx()
[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.h