Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_space_chunk.h44 void *Allocate(size_t size) in Allocate() function
Dallocator-inl.h61 uintptr_t BumpPointerAllocator::Allocate(size_t size) in Allocate() function
105 uintptr_t FreeListAllocator<T>::Allocate(size_t size) in Allocate() function
121 uintptr_t FreeListAllocator<T>::Allocate(T *object, size_t size) in Allocate() function
Dtlab_allocator-inl.h47 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() function
155 uintptr_t SharedTlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() function
Dthread_local_allocation_buffer.h37 uintptr_t Allocate(size_t size) in Allocate() function
Dchunk.h41 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
Dspace.cpp197 uintptr_t HugeMachineCodeSpace::Allocate(size_t objectSize, JSThread *thread, void *pDesc, in Allocate() function in panda::ecmascript::HugeMachineCodeSpace
243 uintptr_t HugeMachineCodeSpace::Allocate(size_t objectSize, JSThread *thread) in Allocate() function in panda::ecmascript::HugeMachineCodeSpace
250 uintptr_t HugeObjectSpace::Allocate(size_t objectSize, JSThread *thread, AllocateEventType allocTyp… in Allocate() function in panda::ecmascript::HugeObjectSpace
Dcaddress_allocator.h102 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
Dsparse_space.cpp54 uintptr_t SparseSpace::Allocate(size_t size, bool allowGC) in Allocate() function in panda::ecmascript::SparseSpace
707 uintptr_t LocalSpace::Allocate(size_t size, bool isExpand) in Allocate() function in panda::ecmascript::LocalSpace
790 uintptr_t MachineCodeSpace::Allocate(size_t size, bool allowGC) in Allocate() function in panda::ecmascript::MachineCodeSpace
796 uintptr_t MachineCodeSpace::Allocate(size_t size, MachineCodeDesc *desc, bool allowGC) in Allocate() function in panda::ecmascript::MachineCodeSpace
Dnative_area_allocator.h177 void *Allocate(size_t size) in Allocate() function
Dfree_object_list.cpp58 T *FreeObjectList<T>::Allocate(size_t size) in Allocate() function in panda::ecmascript::FreeObjectList
Dlinear_space.cpp31 uintptr_t LinearSpace::Allocate(size_t size, bool isPromoted) in Allocate() function in panda::ecmascript::LinearSpace
Dmem_map_allocator.cpp185 MemMap MemMapAllocator::Allocate(const uint32_t threadId, size_t size, size_t alignment, in Allocate() function in panda::ecmascript::MemMapAllocator
/arkcompiler/runtime_core/static_core/runtime/mem/gc/cmc-gc-adapter/
Dcmc-allocator-adapter.cpp33 void *CMCObjectAllocatorAdapter<MT_MODE>::Allocate([[maybe_unused]] size_t size, [[maybe_unused]] A… in Allocate() function in ark::mem::CMCObjectAllocatorAdapter
/arkcompiler/ets_runtime/common_components/common/
Dpage_allocator.h73 inline void* Allocate() in Allocate() function
126 void* Allocate() in Allocate() function
285 void* Allocate(size_t size) in Allocate() function
/arkcompiler/ets_runtime/common_components/heap/
Dheap_manager.cpp33 HeapAddress HeapManager::Allocate(size_t allocSize, AllocType allocType, bool allowGC) in Allocate() function in common::HeapManager
/arkcompiler/ets_runtime/common_components/heap/collector/
Dcopy_data_manager.h69 uintptr_t Allocate(Zone::ZoneType type, size_t sz) in Allocate() function
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp57 uintptr_t SharedSparseSpace::Allocate(JSThread *thread, size_t size, bool allowGC) in Allocate() function in panda::ecmascript::SharedSparseSpace
566 uintptr_t SharedLocalSpace::Allocate(size_t size, bool isExpand) in Allocate() function in panda::ecmascript::SharedLocalSpace
610 uintptr_t SharedReadOnlySpace::Allocate(JSThread *thread, size_t size) in Allocate() function in panda::ecmascript::SharedReadOnlySpace
668 uintptr_t SharedHugeObjectSpace::Allocate(JSThread *thread, size_t objectSize, AllocateEventType al… in Allocate() function in panda::ecmascript::SharedHugeObjectSpace
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.cpp206 HeapAddress RegionSpace::Allocate(size_t size, AllocType allocType) in Allocate() function in common::RegionSpace
410 HeapAddress AllocationBuffer::Allocate(size_t totalSize, AllocType allocType) in Allocate() function in common::AllocationBuffer
Dlocal_deque.h214 void* Allocate() in Allocate() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_shared_partial_test.cpp47 uintptr_t Allocate(size_t size) in Allocate() function in panda::test::SharedTestSpace
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.h198 AllocResult Allocate(size_t size) in Allocate() function
/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dallocator_test.cpp31 HeapAddress Allocate(size_t size, AllocType allocType) override { return 0; } in Allocate() function in common::test::TestAllocator
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dtask_queue_test.cpp24 HeapAddress Allocate(size_t size, AllocType allocType) override { return 0; } in Allocate() function in common::StubAllocator
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator.cpp117 void *ObjectAllocatorNoGen<MT_MODE>::Allocate(size_t size, Alignment align, [[maybe_unused]] ark::M… in Allocate() function in ark::mem::ObjectAllocatorNoGen
273 void *ObjectAllocatorGen<MT_MODE>::Allocate(size_t size, Alignment align, [[maybe_unused]] ark::Man… in Allocate() function in ark::mem::ObjectAllocatorGen
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h338 void *Allocate([[maybe_unused]] size_t size, [[maybe_unused]] Alignment align, in Allocate() function
494 …[[nodiscard]] void *Allocate(size_t size, Alignment align, [[maybe_unused]] ark::ManagedThread *th… in Allocate() function

12