Home
last modified time | relevance | path

Searched defs:allocType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp166 AllocateEventType allocType) in Allocate()
206 …ntptr_t HugeObjectSpace::Allocate(size_t objectSize, JSThread *thread, AllocateEventType allocType) in Allocate()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dinternal_allocator.cpp260 AllocatorType allocType = PoolManager::GetMmapMemPool()->GetAllocatorInfoForAddr(ptr).GetType(); in FreeViaPandaAllocators() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp669 …t SharedHugeObjectSpace::Allocate(JSThread *thread, size_t objectSize, AllocateEventType allocType) in Allocate()