Home
last modified time | relevance | path

Searched defs:AllocArray (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dmalloc-proxy-allocator.h50 T *AllocArray(size_t size) in AllocArray() function
Dinternal_allocator-inl.h31 T *InternalAllocator<CONFIG>::AllocArray(size_t size) in AllocArray() function
Dregion_allocator.h185 T *AllocArray(size_t arrLength) in AllocArray() function
619 T *AllocArray(size_t arrLength) in AllocArray() function
Drunslots_allocator.h454 T *RunSlotsAllocator<AllocConfigT, LockConfigT>::AllocArray(size_t arrLength) in AllocArray() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h136 [[nodiscard]] T *AllocArray(size_t size) in AllocArray() function
Dchunk_allocator.h121 [[nodiscard]] T *AllocArray(size_t size) in AllocArray() function
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator.h236 T *ArenaAllocatorT<USE_OOM_HANDLER>::AllocArray(size_t arrLength) in AllocArray() function
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.h238 T *ArenaAllocatorT<use_oom_handler>::AllocArray(size_t arr_length) in AllocArray() function
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h126 [[nodiscard]] T *AllocArray(size_t size) in AllocArray() function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp923 coretypes::Array *AllocArray(Class *cls, [[maybe_unused]] size_t elemSize, size_t length) in AllocArray() function