Searched defs:old_usize (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc.c | 2146 irealloc_prof_sample(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof_sample() 2167 irealloc_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t usize, in irealloc_prof() 2293 size_t old_usize = 0; in je_realloc() local 2595 irallocx_prof_sample(tsdn_t *tsdn, void *old_ptr, size_t old_usize, in irallocx_prof_sample() 2619 irallocx_prof(tsd_t *tsd, void *old_ptr, size_t old_usize, size_t size, in irallocx_prof() 2665 size_t old_usize; in je_rallocx() local 2753 ixallocx_helper(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, in ixallocx_helper() 2766 ixallocx_prof_sample(tsdn_t *tsdn, void *ptr, size_t old_usize, size_t size, in ixallocx_prof_sample() 2780 ixallocx_prof(tsd_t *tsd, void *ptr, size_t old_usize, size_t size, in ixallocx_prof() 2831 size_t usize, old_usize; in je_xallocx() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/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()
|