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.c2518 p = iralloc(tsd, old_ptr, old_usize, in irealloc_prof_sample()
2661 size_t old_usize = 0; in je_realloc() local
3143 p = iralloct(tsdn, old_ptr, old_usize, in irallocx_prof_sample()
3193 old_usize, old_tctx); in irallocx_prof()
3205 size_t old_usize; in je_rallocx() local
3303 return old_usize; in ixallocx_helper()
3315 return old_usize; in ixallocx_prof_sample()
3364 if (usize == old_usize) { in ixallocx_prof()
3377 size_t usize, old_usize; in je_xallocx() local
3408 usize = old_usize; in je_xallocx()
[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()