Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.cpp92 HeapAddress RegionSpace::TryAllocateOnce(size_t allocSize, AllocType allocType) in TryAllocateOnce()
206 HeapAddress RegionSpace::Allocate(size_t size, AllocType allocType) in Allocate()
235 HeapAddress RegionSpace::AllocateNoGC(size_t size, AllocType allocType) in AllocateNoGC()
410 HeapAddress AllocationBuffer::Allocate(size_t totalSize, AllocType allocType) in Allocate()
440 HeapAddress AllocationBuffer::AllocateImpl(size_t totalSize, AllocType allocType) in AllocateImpl()
/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dallocator_test.cpp31 HeapAddress Allocate(size_t size, AllocType allocType) override { return 0; } in Allocate()
32 HeapAddress AllocateNoGC(size_t size, AllocType allocType) override { return 0; } in AllocateNoGC()
/arkcompiler/ets_runtime/common_components/heap/
Dheap_manager.cpp33 HeapAddress HeapManager::Allocate(size_t allocSize, AllocType allocType, bool allowGC) in Allocate()
Dheap.cpp168 HeapAddress HeapImpl::Allocate(size_t size, AllocType allocType, bool allowGC) in Allocate()
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dtask_queue_test.cpp24 HeapAddress Allocate(size_t size, AllocType allocType) override { return 0; } in Allocate()
25 HeapAddress AllocateNoGC(size_t size, AllocType allocType) override { return 0; } in AllocateNoGC()
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp198 AllocateEventType allocType) in Allocate()
250 …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.cpp668 …t SharedHugeObjectSpace::Allocate(JSThread *thread, size_t objectSize, AllocateEventType allocType) in Allocate()