Searched defs:old_usize (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | jemalloc.c | 2164 irealloc_prof_sample(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, 2185 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, 2311 size_t old_usize = 0; local 2613 irallocx_prof_sample(tsdn_t *tsdn, void *old_ptr, size_t old_usize, 2637 irallocx_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t size, 2683 size_t old_usize; local 2771 ixallocx_helper(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, 2784 ixallocx_prof_sample(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, 2798 ixallocx_prof(tsd_t *tsd, void *ptr, size_t old_usize, size_t size, 2849 size_t usize, old_usize; local
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | prof_inlines_b.h | 138 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc()
|