Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dallocator-inl.h51 uintptr_t BumpPointerAllocator::Allocate(size_t size) in Allocate() function
90 uintptr_t FreeListAllocator::Allocate(size_t size) in Allocate() function
104 uintptr_t FreeListAllocator::Allocate(FreeObject *object, size_t size) in Allocate() function
Dmem_map_allocator.cpp27 MemMap MemMapAllocator::Allocate(size_t size, size_t alignment, bool regular, int prot) in Allocate() function in panda::ecmascript::MemMapAllocator
Dchunk.h40 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
Dtlab_allocator-inl.h46 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() function
Dnative_area_allocator.h105 void *Allocate(size_t size) in Allocate() function
Dspace.cpp71 uintptr_t HugeObjectSpace::Allocate(size_t objectSize, JSThread *thread) in Allocate() function in panda::ecmascript::HugeObjectSpace
Dcaddress_allocator.h101 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
Dfree_object_list.cpp41 FreeObject *FreeObjectList::Allocate(size_t size) in Allocate() function in panda::ecmascript::FreeObjectList
Dsparse_space.cpp52 uintptr_t SparseSpace::Allocate(size_t size, bool allowGC) in Allocate() function in panda::ecmascript::SparseSpace
513 uintptr_t LocalSpace::Allocate(size_t size, bool isExpand) in Allocate() function in panda::ecmascript::LocalSpace
Dlinear_space.cpp31 uintptr_t LinearSpace::Allocate(size_t size, bool isPromoted) in Allocate() function in panda::ecmascript::LinearSpace
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.cpp43 void *HybridObjectAllocator::Allocate(size_t size, Alignment align, [[maybe_unused]] panda::Managed… in Allocate() function in panda::mem::HybridObjectAllocator
/arkcompiler/runtime_core/runtime/mem/
Dallocator.cpp84 void *ObjectAllocatorNoGen<MTMode>::Allocate(size_t size, Alignment align, in Allocate() function in panda::mem::ObjectAllocatorNoGen
222 void *ObjectAllocatorGen<MTMode>::Allocate(size_t size, Alignment align, [[maybe_unused]] panda::Ma… in Allocate() function in panda::mem::ObjectAllocatorGen
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp176 void *ObjectAllocatorG1<MTMode>::Allocate(size_t size, Alignment align, [[maybe_unused]] panda::Man… in Allocate() function in panda::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp284 bool RegAllocGraphColoring::Allocate() in Allocate() function in panda::compiler::RegAllocGraphColoring
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h457 …[[nodiscard]] void *Allocate(size_t size, Alignment align, [[maybe_unused]] panda::ManagedThread *… in Allocate() function