Searched defs:tlab (Results 1 – 9 of 9) sorted by relevance
84 void AllocInTLAB(TLAB *tlab, std::array<AllocType *, ELEMENTS_COUNT> &elements) in AllocInTLAB()172 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local184 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local207 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local210 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local216 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local219 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
312 TLAB *tlab = allocator.CreateTLAB(TLAB_SIZE); in TEST_F() local
279 TLAB *tlab = nullptr; in CreateTLAB() local317 TLAB *tlab = nullptr; in CreateRegionSizeTLAB() local335 TLAB *tlab = region->CreateTLAB(size); in CreateTLABInRegion() local
120 TLAB *tlab = nullptr; in CreateNewTLAB() local
110 TLAB *tlab = GetInternalAllocator()->New<TLAB>(ToVoidPtr(End() - remainingSize), size); in CreateTLAB() local
299 void HeapManager::RegisterTLAB(const TLAB *tlab) in RegisterTLAB()
691 void ManagedThread::UpdateTLAB(mem::TLAB *tlab) in UpdateTLAB()
146 [[maybe_unused]] auto tlab = reinterpret_cast<size_t>(thread->GetTLAB()); in WriteTlabStatsEntrypoint() local