Searched refs:AllocArray (Results 1 – 6 of 6) sorted by relevance
107 [[nodiscard]] T *AllocArray(size_t arr_length);238 T *ArenaAllocatorT<use_oom_handler>::AllocArray(size_t arr_length) in AllocArray() function
123 return allocator_->template AllocArray<T>(n);
121 [[nodiscard]] T *AllocArray(size_t size) in AllocArray() function
135 [[nodiscard]] T *AllocArray(size_t size) in AllocArray() function
184 tmp = aa.AllocArray<int>(1024);
651 auto data = allocator_->AllocArray<uint32_t>(data_size_in_bytes / sizeof(uint32_t)); in Add()