Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/jemalloc/src/
Djemalloc.c2150 irealloc_prof_sample(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof_sample()
2171 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof()
2297 size_t old_usize = 0; in je_realloc() local
2584 irallocx_prof_sample(tsdn_t *tsdn, void *old_ptr, size_t old_usize, in irallocx_prof_sample()
2608 irallocx_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t size, in irallocx_prof()
2654 size_t old_usize; in je_rallocx() local
2742 ixallocx_helper(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, in ixallocx_helper()
2755 ixallocx_prof_sample(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, in ixallocx_prof_sample()
2769 ixallocx_prof(tsd_t *tsd, void *ptr, size_t old_usize, size_t size, in ixallocx_prof()
2820 size_t usize, old_usize; in je_xallocx() local
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Dprof_inlines_b.h138 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc()