Searched defs:allocType (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | region_space.cpp | 92 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/ |
| D | allocator_test.cpp | 31 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/ |
| D | heap_manager.cpp | 33 HeapAddress HeapManager::Allocate(size_t allocSize, AllocType allocType, bool allowGC) in Allocate()
|
| D | heap.cpp | 168 HeapAddress HeapImpl::Allocate(size_t size, AllocType allocType, bool allowGC) in Allocate()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/tests/ |
| D | task_queue_test.cpp | 24 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/ |
| D | space.cpp | 198 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/ |
| D | internal_allocator.cpp | 260 AllocatorType allocType = PoolManager::GetMmapMemPool()->GetAllocatorInfoForAddr(ptr).GetType(); in FreeViaPandaAllocators() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_space.cpp | 668 …t SharedHugeObjectSpace::Allocate(JSThread *thread, size_t objectSize, AllocateEventType allocType) in Allocate()
|