Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/
Dmalloc-proxy-allocator.h52 T *AllocArray(size_t size) in AllocArray() function
Dinternal_allocator-inl.h31 T *InternalAllocator<Config>::AllocArray(size_t size) in AllocArray() function
Dregion_allocator.h179 T *AllocArray(size_t arr_length) in AllocArray() function
577 T *AllocArray(size_t arr_length) in AllocArray() function
Drunslots_allocator.h442 T *RunSlotsAllocator<AllocConfigT, LockConfigT>::AllocArray(size_t arr_length) in AllocArray() function
/arkcompiler/runtime_core/runtime/tests/
Dtest_utils.h46 coretypes::Array *AllocArray(size_t length, ClassRoot class_root, bool nonmovable) in AllocArray() function
Dg1gc_test.cpp82 coretypes::Array *AllocArray(size_t length, ClassRoot class_root, bool nonmovable) in AllocArray() function in panda::mem::G1GCTest
Dinterpreter_test.cpp893 coretypes::Array *AllocArray(Class *cls, [[maybe_unused]] size_t elem_size, size_t length) in AllocArray() function
/arkcompiler/ets_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
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator.h238 T *ArenaAllocatorT<use_oom_handler>::AllocArray(size_t arr_length) in AllocArray() function
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h121 [[nodiscard]] T *AllocArray(size_t size) in AllocArray() function