Searched refs:ixallocx_helper (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 3297 ixallocx_helper(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, in ixallocx_helper() function 3317 usize = ixallocx_helper(tsdn, ptr, old_usize, size, extra, alignment, in ixallocx_prof_sample() 3361 usize = ixallocx_helper(tsd_tsdn(tsd), ptr, old_usize, size, in ixallocx_prof() 3419 usize = ixallocx_helper(tsd_tsdn(tsd), ptr, old_usize, size, in je_xallocx()
|