Home
last modified time | relevance | path

Searched defs:old_usize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dhook.c183 hook_invoke_expand(hook_expand_t type, void *address, size_t old_usize, in hook_invoke_expand() argument
H A Djemalloc.c3440 irallocx_prof_sample(tsdn_t *tsdn, void *old_ptr, size_t old_usize, in irallocx_prof_sample()
3468 irallocx_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t size, in irallocx_prof()
3501 size_t old_usize; in do_rallocx() local
3672 ixallocx_helper(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, in ixallocx_helper()
3685 ixallocx_prof_sample(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, in ixallocx_prof_sample()
3697 ixallocx_prof(tsd_t *tsd, void *ptr, size_t old_usize, size_t size, in ixallocx_prof()
3762 size_t usize, old_usize; in je_xallocx() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h