Searched defs:Nanoapp (Results 1 – 4 of 4) sorted by relevance
42 ### Static Nanoapps65 ### Preloaded Nanoapps98 ### Fully Dynamic Nanoapps
23 void *MemoryManager::doAlloc(Nanoapp * /* app */, uint32_t bytes) { in doAlloc() argument27 void MemoryManager::doFree(Nanoapp * /* app */, void *ptr) { in doFree() argument
25 void *MemoryManager::doAlloc(Nanoapp * /* app */, uint32_t bytes) { in doAlloc() argument29 void MemoryManager::doFree(Nanoapp * /* app */, void *ptr) { in doFree() argument
39 Nanoapp::Nanoapp() { in Nanoapp() function in chre::Nanoapp