Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dstack_like_allocator-inl.h67 inline void *StackLikeAllocator<ALIGNMENT, MAX_SIZE>::Alloc(size_t size) in Alloc() function in ark::mem::StackLikeAllocator
H A Darena_allocator.cpp86 void *ArenaAllocatorT<USE_OOM_HANDLER>::Alloc(size_t size, Alignment align) in Alloc() function in ark::ArenaAllocatorT
H A Darena_allocator.h129 void *Alloc(size_t size, Alignment align = DEFAULT_ARENA_ALIGNMENT) in Alloc() function in ark::ArenaAllocatorT::OnStackBuffT
164 void *Alloc([[maybe_unused]] size_t size, [[maybe_unused]] Alignment align = DEFAULT_ARENA_ALIGNMENT) in Alloc() function in ark::ArenaAllocatorT::OnStackBuffT
H A Darena.h141 void *Alloc(size_t size) in Alloc() function in ark::AlignedArena
H A Darena-inl.h46 inline void *Arena::Alloc(size_t size, Alignment alignment) in Alloc() function in ark::Arena
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmalloc-proxy-allocator-inl.h38 void *MallocProxyAllocator<AllocConfigT>::Alloc(size_t size, Alignment align) in Alloc() function in ark::mem::MallocProxyAllocator
H A Dframe_allocator-inl.h82 ALWAYS_INLINE inline void *FrameAllocator<ALIGNMENT, USE_MEMSET>::Alloc(size_t size) in Alloc() function in ark::mem::FrameAllocator
H A Dtlab.cpp58 void *TLAB::Alloc(size_t size) in Alloc() function in ark::mem::TLAB
H A Dpygote_space_allocator-inl.h88 inline void *PygoteSpaceAllocator<AllocConfigT>::Alloc(size_t size, Alignment align) in Alloc() function in ark::mem::PygoteSpaceAllocator
H A Dregion_space-inl.h58 void *Region::Alloc(size_t alignedSize) in Alloc() function in ark::mem::Region
H A Dinternal_allocator.cpp65 [[nodiscard]] void *InternalAllocator<CONFIG>::Alloc(size_t size, Alignment align) in Alloc() function in ark::mem::InternalAllocator
[all...]
H A Dbump-allocator-inl.h79 void *BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::Alloc(size_t size, Alignment alignment) in Alloc() function in ark::mem::BumpPointerAllocator
H A Dhumongous_obj_allocator-inl.h45 void *HumongousObjAllocator<AllocConfigT, LockConfigT>::Alloc(const size_t size, const Alignment align) in Alloc() function in ark::mem::HumongousObjAllocator
319 ATTRIBUTE_NO_SANITIZE_ADDRESS void HumongousObjAllocator<AllocConfigT, LockConfigT>::MemoryPoolHeader::Alloc( in Alloc() function in ark::mem::HumongousObjAllocator::MemoryPoolHeader
H A Dregion_allocator-inl.h227 void *RegionAllocator<AllocConfigT, LockConfigT>::Alloc(size_t size, Alignment align, bool pinned) in Alloc() function in ark::mem::RegionAllocator
595 void *RegionNonmovableAllocator<AllocConfigT, LockConfigT, ObjectAllocator>::Alloc(size_t size, Alignment align) Alloc() function in ark::mem::RegionNonmovableAllocator
692 void *RegionHumongousAllocator<AllocConfigT, LockConfigT>::Alloc(size_t size, Alignment align) Alloc() function in ark::mem::RegionHumongousAllocator
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregAllocator.h43 [[nodiscard]] T *Alloc(const ir::AstNode *const node, Args &&...args) in Alloc() function in ark::es2panda::ark::es2panda::compiler::AllocatorBase
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dchunk_allocator.h116 [[nodiscard]] void *Alloc(size_t size) in Alloc() function in panda::ecmascript::ChunkAllocator
/arkcompiler/runtime_core/libpandabase/mem/
H A Darena_allocator.cpp91 void *ArenaAllocatorT<use_oom_handler>::Alloc(size_t size, Alignment align) in Alloc() function in panda::ArenaAllocatorT
H A Darena_allocator.h131 void *Alloc(size_t size, Alignment align = DEFAULT_ARENA_ALIGNMENT) in Alloc() function in panda::ArenaAllocatorT::OnStackBuffT
166 void *Alloc([[maybe_unused]] size_t size, [[maybe_unused]] Alignment align = DEFAULT_ARENA_ALIGNMENT) in Alloc() function in panda::ArenaAllocatorT::OnStackBuffT
H A Darena-inl.h46 inline void *Arena::Alloc(size_t size, Alignment alignment) in Alloc() function in panda::Arena
H A Darena.h161 void *Alloc(size_t size) in Alloc() function in panda::AlignedArena
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dinterop_stacks.h80 Record *Alloc() in Alloc() function in ark::ets::interop::js::InteropCallStack
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_typeapi_create.h46 T *Alloc(A &&...a) in Alloc() function in ark::ark::ark::ets::TypeCreatorCtx
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregAllocator.h123 T *Alloc(const ir::AstNode *node, Args &&... args) in Alloc() function in panda::es2panda::panda::es2panda::compiler::RegAllocator
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool_allocator.h40 virtual void *Alloc(size_t bytes) in Alloc() function in maple::MapleAllocator
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.h88 static T *Alloc(ArenaAllocator *alloc, Args &&...args) in Alloc() function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::util::NodeAllocator

Completed in 13 milliseconds

12