Searched defs:doAlloc (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pigweed/pw_chre/ | ||
H A D | memory_manager.cc | 21 void* MemoryManager::doAlloc(Nanoapp*, uint32_t size) { in doAlloc() function in chre::MemoryManager |
/aosp_15_r20/system/chre/platform/embos/ | ||
H A D | memory_manager.cc | 25 void *MemoryManager::doAlloc(Nanoapp * /* app */, uint32_t bytes) { in doAlloc() function in chre::MemoryManager |
/aosp_15_r20/system/chre/platform/linux/ | ||
H A D | memory_manager.cc | 23 void *MemoryManager::doAlloc(Nanoapp * /* app */, uint32_t bytes) { in doAlloc() function in chre::MemoryManager |
/aosp_15_r20/system/chre/platform/freertos/ | ||
H A D | memory_manager.cc | 23 void *MemoryManager::doAlloc(Nanoapp *app, uint32_t bytes) { in doAlloc() function in chre::MemoryManager |
/aosp_15_r20/system/chre/platform/slpi/ | ||
H A D | memory_manager.cc | 24 void *MemoryManager::doAlloc(Nanoapp *app, uint32_t bytes) { in doAlloc() function in chre::MemoryManager |