Home
last modified time | relevance | path

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

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