Searched refs:FreeSlots (Results 1 – 2 of 2) sorted by relevance
82 State.MaxSimultaneousAllocations * sizeof(*FreeSlots), PageSize); in init()83 FreeSlots = in init()139 if (FreeSlots) { in uninitTestOnly()140 unmap(FreeSlots, in uninitTestOnly()141 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*FreeSlots), in uninitTestOnly()143 FreeSlots = nullptr; in uninitTestOnly()336 size_t SlotIndex = FreeSlots[ReservedIndex]; in reserveSlot()337 FreeSlots[ReservedIndex] = FreeSlots[--FreeSlotsLength]; in reserveSlot()343 FreeSlots[FreeSlotsLength++] = SlotIndex; in freeSlot()
212 size_t *FreeSlots = nullptr; variable