Searched defs:Nanoapp (Results 1 – 3 of 3) 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
37 Nanoapp::Nanoapp() { in Nanoapp() function in chre::Nanoapp