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.cpp84 void AllocInTLAB(TLAB *tlab, std::array<AllocType *, ELEMENTS_COUNT> &elements) in AllocInTLAB()
172 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
184 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
207 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
210 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
216 TLAB *tlab = allocator.CreateNewTLAB(TLAB_SIZE); in TEST_F() local
219 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.cpp312 TLAB *tlab = allocator.CreateTLAB(TLAB_SIZE); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator-inl.h279 TLAB *tlab = nullptr; in CreateTLAB() local
317 TLAB *tlab = nullptr; in CreateRegionSizeTLAB() local
335 TLAB *tlab = region->CreateTLAB(size); in CreateTLABInRegion() local
Dbump-allocator-inl.h120 TLAB *tlab = nullptr; in CreateNewTLAB() local
Dregion_space.cpp110 TLAB *tlab = GetInternalAllocator()->New<TLAB>(ToVoidPtr(End() - remainingSize), size); in CreateTLAB() local
Dheap_manager.cpp299 void HeapManager::RegisterTLAB(const TLAB *tlab) in RegisterTLAB()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp691 void ManagedThread::UpdateTLAB(mem::TLAB *tlab) in UpdateTLAB()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp146 [[maybe_unused]] auto tlab = reinterpret_cast<size_t>(thread->GetTLAB()); in WriteTlabStatsEntrypoint() local