Searched refs:doAlloc (Results 1 – 5 of 5) sorted by relevance
23 void *MemoryManager::doAlloc(Nanoapp * /* app */, uint32_t bytes) { in doAlloc() function in chre::MemoryManager
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
141 void *doAlloc(Nanoapp *app, uint32_t size);
37 static_cast<AllocHeader *>(doAlloc(app, sizeof(AllocHeader) + bytes)); in nanoappAlloc()