Home
last modified time | relevance | path

Searched defs:memoryAlignedAllocArray (Results 1 – 3 of 3) 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
124 inline T *memoryAlignedAllocArray(size_t count) { in memoryAlignedAllocArray() function
/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