Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/
Dmalloc-proxy-allocator.h53 T *AllocArray(size_t size) in AllocArray() function
Dinternal_allocator-inl.h32 T *InternalAllocator<Config>::AllocArray(size_t size) in AllocArray() function
Dregion_allocator.h138 T *AllocArray(size_t arr_length) in AllocArray() function
Drunslots_allocator.h441 T *RunSlotsAllocator<AllocConfigT, LockConfigT>::AllocArray(size_t arr_length) in AllocArray() function
/ark/js_runtime/ecmascript/mem/
Dcaddress_allocator.h135 [[nodiscard]] T *AllocArray(size_t size) in AllocArray() function
Dchunk_allocator.h121 [[nodiscard]] T *AllocArray(size_t size) in AllocArray() function
/ark/runtime_core/libpandabase/mem/
Darena_allocator.h232 T *ArenaAllocatorT<use_oom_handler>::AllocArray(size_t arr_length) in AllocArray() function
/ark/runtime_core/runtime/include/mem/
Dallocator.h126 [[nodiscard]] T *AllocArray(size_t size) in AllocArray() function
/ark/runtime_core/runtime/tests/
Dinterpreter_test.cpp1264 coretypes::Array *AllocArray(Class *cls, [[maybe_unused]] size_t elem_size, size_t length) in AllocArray() function