Home
last modified time | relevance | path

Searched refs:chreHeapAlloc (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/inc/chre/
Dre.h306 void* chreHeapAlloc(uint32_t bytes);
/device/google/contexthub/firmware/app/chre/chre_test0.app/
Dmain.c85 struct ExtMsg *extMsg = chreHeapAlloc(sizeof(*extMsg)); in nanoappHandleEvent()
/device/google/contexthub/firmware/app/chre/common/
Dchre_app_syscalls.c78 void* chreHeapAlloc(uint32_t bytes) in chreHeapAlloc() function