Searched defs:runslots (Results 1 – 4 of 4) sorted by relevance
68 RunSlotsType *runslots = nullptr; in Alloc() local151 inline bool RunSlotsAllocator<AllocConfigT, LockConfigT>::FreeUnsafeInternal(RunSlotsType *runslots… in FreeUnsafeInternal()209 auto runslots = static_cast<RunSlotsType *>(ToVoidPtr(runslotsAddr)); in FreeUnsafe() local272 RunSlotsType *runslots = memoryPool_.template GetNewRunSlots<NEED_LOCK>(slotsSize); in CreateNewRunSlotsFromMemory() local348 auto runslots = static_cast<RunSlotsType *>(ToVoidPtr(runslotsAddr)); in IterateOverObjectsInRange() local363 RunSlotsType *runslots = nullptr; in VerifyAllocator() local415 …void RunSlotsAllocator<AllocConfigT, LockConfigT>::RunSlotsList::PushToTail(RunSlotsType *runslots) in PushToTail()479 …oid RunSlotsAllocator<AllocConfigT, LockConfigT>::RunSlotsList::PopFromList(RunSlotsType *runslots) in PopFromList()575 RunSlotsType *runslots) in ReturnAndReleaseRunSlotsMemory()785 RunSlotsType *runslots = GetFreedRunSlots(slotsSize); in GetMemoryForRunSlots() local
128 void SetNextRunSlots(RunSlots *runslots) in SetNextRunSlots()147 void SetPrevRunSlots(RunSlots *runslots) in SetPrevRunSlots()
203 bool IsInThisList(RunSlotsType *runslots) in IsInThisList()
91 auto runslots = reinterpret_cast<RunSlotsType *>(mem); in TestRunSlots() local