Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c1068 uint32_t newSz = (task->subbedEvtListSz * 3 + 1) / 2; in osInternalEvtHandle() local
1069 uint32_t *newList = heapAlloc(sizeof(uint32_t[newSz])); /* grow by 50% */ in osInternalEvtHandle()
1075 task->subbedEvtListSz = newSz; in osInternalEvtHandle()