Home
last modified time | relevance | path

Searched defs:old_usize (Results 1 – 3 of 3) 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()
2533 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof()
2661 size_t old_usize = 0; in je_realloc() local
3134 irallocx_prof_sample(tsdn_t *tsdn, void *old_ptr, size_t old_usize, in irallocx_prof_sample()
3159 irallocx_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t size, in irallocx_prof()
3205 size_t old_usize; in je_rallocx() local
3297 ixallocx_helper(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, in ixallocx_helper()
3310 ixallocx_prof_sample(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, in ixallocx_prof_sample()
3324 ixallocx_prof(tsd_t *tsd, void *ptr, size_t old_usize, size_t size, in ixallocx_prof()
3377 size_t usize, old_usize; in je_xallocx() local
H A Dhook.c183 hook_invoke_expand(hook_expand_t type, void *address, size_t old_usize, in hook_invoke_expand()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h182 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc()