Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dbump_allocator_test.cpp153 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
193 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
252 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
255 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
261 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
264 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
Dtlab_test.cpp73 TLAB *tlab = CreateNewTLAB(); in TEST_F() local
96 TLAB *tlab = CreateNewTLAB(); in TEST_F() local
Dregion_allocator_test.cpp301 TLAB *tlab = allocator.CreateTLAB(TLAB_SIZE); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator-inl.h240 TLAB *tlab = nullptr; in CreateTLAB() local
278 TLAB *tlab = nullptr; in CreateRegionSizeTLAB() local
296 TLAB *tlab = region->CreateTLAB(size); in CreateTLABInRegion() local
Dbump-allocator-inl.h120 TLAB *tlab = nullptr; in CreateNewTLAB() local
Dregion_space.cpp84 TLAB *tlab = GetInternalAllocator()->New<TLAB>(ToVoidPtr(End() - remainingSize), size); in CreateTLAB() local
Dheap_manager.cpp279 void HeapManager::RegisterTLAB(const TLAB *tlab) in RegisterTLAB()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp675 void ManagedThread::UpdateTLAB(mem::TLAB *tlab) in UpdateTLAB()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp144 [[maybe_unused]] auto tlab = reinterpret_cast<size_t>(ManagedThread::GetCurrent()->GetTLAB()); in WriteTlabStatsEntrypoint() local