Home
last modified time | relevance | path

Searched defs:tlab (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dbump_allocator_test.cpp142 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
179 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
234 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
237 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
243 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
246 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
Dtlab_test.cpp68 TLAB *tlab = CreateNewTLAB(); in TEST_F() local
91 TLAB *tlab = CreateNewTLAB(); in TEST_F() local
Dregion_allocator_test.cpp287 TLAB *tlab = allocator.CreateNewTLAB(thread); in TEST_F() local
/arkcompiler/runtime_core/runtime/mem/
Dbump-allocator-inl.h120 TLAB *tlab = nullptr; in CreateNewTLAB() local
Dregion_space.cpp72 TLAB *tlab = GetInternalAllocator()->New<TLAB>(ToVoidPtr(End() - remaining_size), size); in CreateTLAB() local
Dheap_manager.cpp261 void HeapManager::RegisterTLAB(const TLAB *tlab) in RegisterTLAB()
Dregion_allocator-inl.h220 TLAB *tlab = nullptr; in CreateNewTLAB() local
/arkcompiler/runtime_core/runtime/
Dthread.cpp638 void ManagedThread::UpdateTLAB(mem::TLAB *tlab) in UpdateTLAB()
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp1122 … [[maybe_unused]] auto tlab = reinterpret_cast<size_t>(ManagedThread::GetCurrent()->GetTLAB()); in TraceEntrypoint() local