Searched refs:AllocArrayLocal (Results 1 – 5 of 5) sorted by relevance
207 auto *p = allocator_->AllocArrayLocal<S>(1); in TEST_F()213 auto *p = allocator_->AllocArrayLocal<S>(1); in TEST_F()
38 T *InternalAllocator<CONFIG>::AllocArrayLocal(size_t size) in AllocArrayLocal() function
81 [[nodiscard]] T *AllocArrayLocal(size_t size);
117 return allocator_->AllocArrayLocal<T>(size);
132 [[nodiscard]] T *AllocArrayLocal(size_t size) in AllocArrayLocal() function