Searched refs:SlotEnd (Results 1 – 1 of 1) sorted by relevance
243 uintptr_t SlotEnd = State.slotToAddr(Index) + State.maximumAllocationSize(); in allocate() local250 UserPtr = alignDown(SlotEnd - Size, Alignment); in allocate()253 assert(UserPtr + Size <= SlotEnd); in allocate()