Searched defs:tlab (Results 1 – 9 of 9) sorted by relevance
153 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local193 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local252 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local255 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local261 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local264 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
73 TLAB *tlab = CreateNewTLAB(); in TEST_F() local96 TLAB *tlab = CreateNewTLAB(); in TEST_F() local
301 TLAB *tlab = allocator.CreateTLAB(TLAB_SIZE); in TEST_F() local
240 TLAB *tlab = nullptr; in CreateTLAB() local278 TLAB *tlab = nullptr; in CreateRegionSizeTLAB() local296 TLAB *tlab = region->CreateTLAB(size); in CreateTLABInRegion() local
120 TLAB *tlab = nullptr; in CreateNewTLAB() local
84 TLAB *tlab = GetInternalAllocator()->New<TLAB>(ToVoidPtr(End() - remainingSize), size); in CreateTLAB() local
279 void HeapManager::RegisterTLAB(const TLAB *tlab) in RegisterTLAB()
675 void ManagedThread::UpdateTLAB(mem::TLAB *tlab) in UpdateTLAB()
144 [[maybe_unused]] auto tlab = reinterpret_cast<size_t>(ManagedThread::GetCurrent()->GetTLAB()); in WriteTlabStatsEntrypoint() local