Searched refs:FreeSlots (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp97 State.MaxSimultaneousAllocations * sizeof(*FreeSlots), PageSize);
98 FreeSlots =
154 if (FreeSlots) {
155 unmap(FreeSlots,
156 roundUpTo(State.MaxSimultaneousAllocations * sizeof(*FreeSlots),
158 FreeSlots = nullptr;
417 if (FreeSlots[i] == Slot) {
418 FreeSlots[i] = FreeSlots[FreeSlotsLength - 1];
451 size_t SlotIndex = FreeSlots[ReservedInde
[all...]
H A Dguarded_pool_allocator.h137 // Name of the mapping for `FreeSlots`.
213 size_t *FreeSlots = nullptr; member in class:gwp_asan::GuardedPoolAllocator

Completed in 181 milliseconds