Lines Matching refs:szind
2575 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); in ifree()
2576 assert(alloc_ctx.szind != SC_NSIZES); in ifree()
2580 usize = sz_index2size(alloc_ctx.szind); in ifree()
2583 usize = sz_index2size(alloc_ctx.szind); in ifree()
2618 alloc_ctx.szind = sz_size2index(usize); in isfree()
2625 rtree_ctx, (uintptr_t)ptr, true, &dbg_ctx.szind, in isfree()
2627 assert(dbg_ctx.szind == alloc_ctx.szind); in isfree()
2633 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); in isfree()
2634 assert(alloc_ctx.szind == sz_size2index(usize)); in isfree()
2683 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); in je_realloc()
2684 assert(alloc_ctx.szind != SC_NSIZES); in je_realloc()
2685 old_usize = sz_index2size(alloc_ctx.szind); in je_realloc()
2810 &alloc_ctx.szind, &alloc_ctx.slab); in free_fastpath()
2816 assert(alloc_ctx.szind != SC_NSIZES); in free_fastpath()
2826 alloc_ctx.szind = sz_size2index_lookup(size); in free_fastpath()
2833 cache_bin_t *bin = tcache_small_bin_get(tcache, alloc_ctx.szind); in free_fastpath()
2834 cache_bin_info_t *bin_info = &tcache_bin_info[alloc_ctx.szind]; in free_fastpath()
2840 size_t usize = sz_index2size(alloc_ctx.szind); in free_fastpath()
3244 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); in je_rallocx()
3245 assert(alloc_ctx.szind != SC_NSIZES); in je_rallocx()
3246 old_usize = sz_index2size(alloc_ctx.szind); in je_rallocx()
3394 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); in je_xallocx()
3395 assert(alloc_ctx.szind != SC_NSIZES); in je_xallocx()
3396 old_usize = sz_index2size(alloc_ctx.szind); in je_xallocx()