Home
last modified time | relevance | path

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

/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