| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | allocator-inl.h | 51 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
|
| D | mem_map_allocator.cpp | 27 MemMap MemMapAllocator::Allocate(size_t size, size_t alignment, bool regular, int prot) in Allocate() function in panda::ecmascript::MemMapAllocator
|
| D | chunk.h | 40 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
|
| D | tlab_allocator-inl.h | 46 uintptr_t TlabAllocator::Allocate(size_t size, MemSpaceType space) in Allocate() function
|
| D | native_area_allocator.h | 105 void *Allocate(size_t size) in Allocate() function
|
| D | space.cpp | 71 uintptr_t HugeObjectSpace::Allocate(size_t objectSize, JSThread *thread) in Allocate() function in panda::ecmascript::HugeObjectSpace
|
| D | caddress_allocator.h | 101 [[nodiscard]] void *Allocate(size_t size) in Allocate() function
|
| D | free_object_list.cpp | 41 FreeObject *FreeObjectList::Allocate(size_t size) in Allocate() function in panda::ecmascript::FreeObjectList
|
| D | sparse_space.cpp | 52 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
|
| D | linear_space.cpp | 31 uintptr_t LinearSpace::Allocate(size_t size, bool isPromoted) in Allocate() function in panda::ecmascript::LinearSpace
|
| /arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/ |
| D | hybrid_object_allocator.cpp | 43 void *HybridObjectAllocator::Allocate(size_t size, Alignment align, [[maybe_unused]] panda::Managed… in Allocate() function in panda::mem::HybridObjectAllocator
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | allocator.cpp | 84 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/ |
| D | g1-allocator.cpp | 176 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/ |
| D | reg_alloc_graph_coloring.cpp | 284 bool RegAllocGraphColoring::Allocate() in Allocate() function in panda::compiler::RegAllocGraphColoring
|
| /arkcompiler/runtime_core/runtime/include/mem/ |
| D | allocator.h | 457 …[[nodiscard]] void *Allocate(size_t size, Alignment align, [[maybe_unused]] panda::ManagedThread *… in Allocate() function
|