Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c1069 uint32_t *newList = heapAlloc(sizeof(uint32_t[newSz])); /* grow by 50% */ in osInternalEvtHandle() local
1070 if (newList) { in osInternalEvtHandle()
1071 … memcpy(newList, task->subbedEvents, sizeof(uint32_t[task->subbedEvtListSz])); in osInternalEvtHandle()
1074 task->subbedEvents = newList; in osInternalEvtHandle()