Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/util/include/chre/util/
H A Dcontainer_support.h59 inline T *memoryAlignedAllocArray([[maybe_unused]] size_t count) { in memoryAlignedAllocArray() function
83 return memoryAlignedAllocArray<T>(/* count= */ 1); in memoryAlignedAlloc()
124 inline T *memoryAlignedAllocArray(size_t count) { in memoryAlignedAllocArray() function
142 return memoryAlignedAllocArray<T>(/* count= */1); in memoryAlignedAlloc()
H A Ddynamic_vector_impl.h201 newData = memoryAlignedAllocArray<ElementType>(newCapacity); in doReserve()
/aosp_15_r20/system/chre/platform/include/chre/platform/
H A Dmemory.h47 T *memoryAlignedAllocArray(size_t count);
/aosp_15_r20/system/chre/platform/shared/aligned_alloc_unsupported/include/chre/target_platform/
H A Dmemory_impl.h34 inline T *memoryAlignedAllocArray([[maybe_unused]] size_t count) { in memoryAlignedAllocArray() function
/aosp_15_r20/system/chre/platform/linux/include/chre/target_platform/
H A Dmemory_impl.h36 inline T *memoryAlignedAllocArray(size_t count) { in memoryAlignedAllocArray() function