Searched defs:tlab (Results 1 – 9 of 9) sorted by relevance
142 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local179 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local234 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local237 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local243 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local246 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
68 TLAB *tlab = CreateNewTLAB(); in TEST_F() local91 TLAB *tlab = CreateNewTLAB(); in TEST_F() local
287 TLAB *tlab = allocator.CreateNewTLAB(thread); in TEST_F() local
120 TLAB *tlab = nullptr; in CreateNewTLAB() local
72 TLAB *tlab = GetInternalAllocator()->New<TLAB>(ToVoidPtr(End() - remaining_size), size); in CreateTLAB() local
261 void HeapManager::RegisterTLAB(const TLAB *tlab) in RegisterTLAB()
220 TLAB *tlab = nullptr; in CreateNewTLAB() local
638 void ManagedThread::UpdateTLAB(mem::TLAB *tlab) in UpdateTLAB()
1122 … [[maybe_unused]] auto tlab = reinterpret_cast<size_t>(ManagedThread::GetCurrent()->GetTLAB()); in TraceEntrypoint() local