Home
last modified time | relevance | path

Searched defs:memoryAlloc (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/chre/util/include/chre/util/
H A Dcontainer_support.h41 inline void *memoryAlloc(size_t size) { in memoryAlloc() function
H A Dmemory_impl.h113 inline T *memoryAlloc(Args &&... args) { in memoryAlloc() function
/aosp12/system/chre/platform/linux/
H A Dmemory.cc23 void *memoryAlloc(size_t size) { in memoryAlloc() function
/aosp12/system/chre/platform/freertos/
H A Dmemory.cc24 void *memoryAlloc(size_t size) { in memoryAlloc() function
/aosp12/system/chre/pal/include/chre/pal/
H A Dsystem.h93 void *(*memoryAlloc)(size_t size); member
/aosp12/system/chre/platform/slpi/
H A Dmemory.cc37 void *memoryAlloc(size_t size) { in memoryAlloc() function