Home
last modified time | relevance | path

Searched defs:CreateNewTLAB (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dtlab_test.cpp51 TLAB *CreateNewTLAB() in CreateNewTLAB() function in ark::mem::TLABTest
/arkcompiler/runtime_core/static_core/runtime/mem/
Dbump-allocator-inl.h111 TLAB *BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::CreateNewTLAB(size_t size) in CreateNewTLAB() function
Dallocator.cpp457 TLAB *ObjectAllocatorNoGen<MT_MODE>::CreateNewTLAB([[maybe_unused]] size_t tlabSize) in CreateNewTLAB() function in ark::mem::ObjectAllocatorNoGen
609 TLAB *ObjectAllocatorGen<MT_MODE>::CreateNewTLAB(size_t tlabSize) in CreateNewTLAB() function in ark::mem::ObjectAllocatorGen
Dheap_manager.cpp279 bool HeapManager::CreateNewTLAB(ManagedThread *thread) in CreateNewTLAB() function in ark::mem::HeapManager
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp91 TLAB *ObjectAllocatorG1<MT_MODE>::CreateNewTLAB([[maybe_unused]] size_t tlabSize) in CreateNewTLAB() function in ark::mem::ObjectAllocatorG1