Searched refs:doAlloc (Results 1 – 4 of 4) sorted by relevance
23 void *MemoryManager::doAlloc(Nanoapp *app, uint32_t bytes) { in doAlloc() function in chre::MemoryManager
24 void *MemoryManager::doAlloc(Nanoapp *app, uint32_t bytes) { in doAlloc() function in chre::MemoryManager
129 void *doAlloc(Nanoapp *app, uint32_t size);
34 doAlloc(app, sizeof(AllocHeader) + bytes)); in nanoappAlloc()