Searched defs:old_usize (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/src/ |
D | jemalloc.c | 2162 irealloc_prof_sample(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, 2183 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, 2309 size_t old_usize = 0; local 2611 irallocx_prof_sample(tsdn_t *tsdn, void *old_ptr, size_t old_usize, 2635 irallocx_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t size, 2681 size_t old_usize; local 2769 ixallocx_helper(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, 2782 ixallocx_prof_sample(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, 2796 ixallocx_prof(tsd_t *tsd, void *ptr, size_t old_usize, size_t size, 2847 size_t usize, old_usize; local
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 138 bool prof_active, bool updated, const void *old_ptr, size_t old_usize, in prof_realloc()
|