Searched refs:old_usize (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/jemalloc/src/ |
| A D | jemalloc.c | 1912 old_ptr, old_usize, old_tctx); in irealloc_prof() 1971 size_t old_usize = 0; in je_realloc() local 2287 old_extent, old_ptr, old_usize, old_tctx); in irallocx_prof() 2301 size_t old_usize; in je_rallocx() local 2376 return (old_usize); in ixallocx_helper() 2390 return (old_usize); in ixallocx_prof_sample() 2437 if (usize == old_usize) { in ixallocx_prof() 2442 ptr, old_usize, old_tctx); in ixallocx_prof() 2452 size_t usize, old_usize; in je_xallocx() local 2476 usize = old_usize; in je_xallocx() [all …]
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | prof_inlines.h | 22 extent_t *old_extent, const void *old_ptr, size_t old_usize, 175 const void *old_ptr, size_t old_usize, prof_tctx_t *old_tctx) in prof_realloc() argument 228 prof_free_sampled_object(tsd, old_usize, old_tctx); in prof_realloc()
|
Completed in 8 milliseconds