Searched refs:memoryAlignedAllocArray (Results 1 – 5 of 5) sorted by relevance
59 inline T *memoryAlignedAllocArray([[maybe_unused]] size_t count) { in memoryAlignedAllocArray() function83 return memoryAlignedAllocArray<T>(/* count= */ 1); in memoryAlignedAlloc()124 inline T *memoryAlignedAllocArray(size_t count) { in memoryAlignedAllocArray() function142 return memoryAlignedAllocArray<T>(/* count= */1); in memoryAlignedAlloc()
201 newData = memoryAlignedAllocArray<ElementType>(newCapacity); in doReserve()
47 T *memoryAlignedAllocArray(size_t count);
34 inline T *memoryAlignedAllocArray([[maybe_unused]] size_t count) { in memoryAlignedAllocArray() function
36 inline T *memoryAlignedAllocArray(size_t count) { in memoryAlignedAllocArray() function