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

/system/chre/platform/linux/
H A Dmemory.cc23 void *memoryAlloc(size_t size) { function in namespace:chre
/system/chre/util/include/chre/util/
H A Dcontainer_support.h35 * Provides the memoryAlloc function that is normally provided by the CHRE
41 inline void *memoryAlloc(size_t size) { function in namespace:chre
H A Dmemory_impl.h113 inline T *memoryAlloc(Args&&... args) { function in namespace:chre
114 auto *storage = static_cast<T *>(memoryAlloc(sizeof(T)));
/system/chre/pal/include/chre/pal/
H A Dsystem.h93 void *(*memoryAlloc)(size_t size); member in struct:chrePalSystemApi
96 * Return memory allocated via memoryAlloc to the system. Semantics are the
99 * @param pointer A pointer previously returned by memoryAlloc
/system/chre/platform/slpi/
H A Dmemory.cc40 void *memoryAlloc(size_t size) { function in namespace:chre
89 // Must exclude nullptr as it's excluded in memoryAlloc() as well.

Completed in 105 milliseconds