Home
last modified time | relevance | path

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

/system/chre/util/include/chre/util/
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()
Ddynamic_vector_impl.h201 newData = memoryAlignedAllocArray<ElementType>(newCapacity); in doReserve()
/system/chre/platform/include/chre/platform/
Dmemory.h47 T *memoryAlignedAllocArray(size_t count);
/system/chre/platform/shared/aligned_alloc_unsupported/include/chre/target_platform/
Dmemory_impl.h34 inline T *memoryAlignedAllocArray([[maybe_unused]] size_t count) { in memoryAlignedAllocArray() function
/system/chre/platform/linux/include/chre/target_platform/
Dmemory_impl.h36 inline T *memoryAlignedAllocArray(size_t count) { in memoryAlignedAllocArray() function
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
Ddynamic_vector_impl.h201 newData = memoryAlignedAllocArray<ElementType>(newCapacity); in doReserve()