Home
last modified time | relevance | path

Searched refs:AllocArrayLocal (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dinternal_allocator_test.cpp207 auto *p = allocator_->AllocArrayLocal<S>(1); in TEST_F()
213 auto *p = allocator_->AllocArrayLocal<S>(1); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dinternal_allocator-inl.h38 T *InternalAllocator<CONFIG>::AllocArrayLocal(size_t size) in AllocArrayLocal() function
Dinternal_allocator.h81 [[nodiscard]] T *AllocArrayLocal(size_t size);
Dallocator_adapter.h117 return allocator_->AllocArrayLocal<T>(size);
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h132 [[nodiscard]] T *AllocArrayLocal(size_t size) in AllocArrayLocal() function