Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/mem/
Dmalloc-proxy-allocator-inl.h38 void *MallocProxyAllocator<AllocConfigT>::Alloc(size_t size, Alignment align) in Alloc() function
Dtlab.cpp58 void *TLAB::Alloc(size_t size) in Alloc() function in ark::mem::TLAB
Dhumongous_obj_allocator-inl.h45 void *HumongousObjAllocator<AllocConfigT, LockConfigT>::Alloc(const size_t size, const Alignment al… in Alloc() function
319 …NO_SANITIZE_ADDRESS void HumongousObjAllocator<AllocConfigT, LockConfigT>::MemoryPoolHeader::Alloc( in Alloc() function
Dframe_allocator-inl.h83 ALWAYS_INLINE inline void *FrameAllocator<ALIGNMENT, USE_MEMSET>::Alloc(size_t size) in Alloc() function
Dregion_space-inl.h58 void *Region::Alloc(size_t alignedSize) in Alloc() function
Dregion_allocator-inl.h215 void *RegionAllocator<AllocConfigT, LockConfigT>::Alloc(size_t size, Alignment align, bool pinned) in Alloc() function
618 void *RegionNonmovableAllocator<AllocConfigT, LockConfigT, ObjectAllocator>::Alloc(size_t size, Ali… in Alloc() function
741 void *RegionHumongousAllocator<AllocConfigT, LockConfigT>::Alloc(size_t size, Alignment align) in Alloc() function
Dpygote_space_allocator-inl.h90 inline void *PygoteSpaceAllocator<AllocConfigT>::Alloc(size_t size, Alignment align) in Alloc() function
Dbump-allocator-inl.h79 void *BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::Alloc(size_t size, Alignment alig… in Alloc() function
Dinternal_allocator.cpp65 [[nodiscard]] void *InternalAllocator<CONFIG>::Alloc(size_t size, Alignment align) in Alloc() function in ark::mem::InternalAllocator
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dstack_like_allocator-inl.h69 inline void *StackLikeAllocator<ALIGNMENT, MAX_SIZE>::Alloc(size_t size) in Alloc() function
Darena.h141 void *Alloc(size_t size) in Alloc() function
Darena_allocator.cpp87 void *ArenaAllocatorT<USE_OOM_HANDLER>::Alloc(size_t size, Alignment align) in Alloc() function in ark::ArenaAllocatorT
Darena-inl.h46 inline void *Arena::Alloc(size_t size, Alignment alignment) in Alloc() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.h43 [[nodiscard]] T *Alloc(const ir::AstNode *const node, Args &&...args) in Alloc() function
/arkcompiler/runtime_core/libpandabase/mem/
Darena.h161 void *Alloc(size_t size) in Alloc() function
Darena_allocator.cpp93 void *ArenaAllocatorT<use_oom_handler>::Alloc(size_t size, Alignment align) in Alloc() function in panda::ArenaAllocatorT
Darena-inl.h46 inline void *Arena::Alloc(size_t size, Alignment alignment) in Alloc() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_stacks.h81 Record *Alloc() in Alloc() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h40 virtual void *Alloc(size_t bytes) in Alloc() function
96 void *Alloc(size_t bytes) override in Alloc() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h123 T *Alloc(const ir::AstNode *node, Args &&... args) in Alloc() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_allocator.h116 [[nodiscard]] void *Alloc(size_t size) in Alloc() function
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h83 static T *Alloc(ArenaAllocator *alloc, Args &&...args) in Alloc() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_create.h48 T *Alloc(A &&...a) in Alloc() function
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h100 [[nodiscard]] void *Alloc(size_t size) in Alloc() function
105 [[nodiscard]] void *Alloc(size_t size, Alignment align) in Alloc() function
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h323 void Alloc() in Alloc() function

12