Searched defs:CreateNewTLAB (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ | ||
| D | tlab_test.cpp | 51 TLAB *CreateNewTLAB() in CreateNewTLAB() function in ark::mem::TLABTest |
| /arkcompiler/runtime_core/static_core/runtime/mem/ | ||
| D | bump-allocator-inl.h | 111 TLAB *BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::CreateNewTLAB(size_t size) in CreateNewTLAB() function |
| D | allocator.cpp | 457 TLAB *ObjectAllocatorNoGen<MT_MODE>::CreateNewTLAB([[maybe_unused]] size_t tlabSize) in CreateNewTLAB() function in ark::mem::ObjectAllocatorNoGen |
| D | heap_manager.cpp | 279 bool HeapManager::CreateNewTLAB(ManagedThread *thread) in CreateNewTLAB() function in ark::mem::HeapManager |
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ | ||
| D | g1-allocator.cpp | 91 TLAB *ObjectAllocatorG1<MT_MODE>::CreateNewTLAB([[maybe_unused]] size_t tlabSize) in CreateNewTLAB() function in ark::mem::ObjectAllocatorG1 |