Searched refs:SingleSlot (Results 1 – 1 of 1) sorted by relevance
203 auto* slot = static_cast<SingleSlot*>(tls_system.GetThreadSpecificData()); in GetThreadLocalData()221 struct SingleSlot { struct233 SingleSlot slots[NumberOfItems];308 auto* const slot = static_cast<SingleSlot*>(data); in MarkSlotAsFree()351 SingleSlot* FindAndAllocateFreeSlot(Chunk* const chunk) { in FindAndAllocateFreeSlot()352 SingleSlot* const slot = std::find_if_not( in FindAndAllocateFreeSlot()354 [](SingleSlot& candidate_slot) { in FindAndAllocateFreeSlot()