Lines Matching refs:slab
2125 alloc_ctx.slab = (usize in imalloc_body()
2136 alloc_ctx.slab = false; in imalloc_body()
2575 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); in ifree()
2619 alloc_ctx.slab = true; in isfree()
2626 &dbg_ctx.slab); in isfree()
2628 assert(dbg_ctx.slab == alloc_ctx.slab); in isfree()
2633 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); in isfree()
2683 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); in je_realloc()
2810 &alloc_ctx.szind, &alloc_ctx.slab); in free_fastpath()
2813 if (!res || !alloc_ctx.slab) { in free_fastpath()
3244 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); in je_rallocx()
3394 (uintptr_t)ptr, true, &alloc_ctx.szind, &alloc_ctx.slab); in je_xallocx()