Searched refs:newSz (Results 1 – 1 of 1) sorted by relevance
1068 uint32_t newSz = (task->subbedEvtListSz * 3 + 1) / 2; in osInternalEvtHandle() local1069 uint32_t *newList = heapAlloc(sizeof(uint32_t[newSz])); /* grow by 50% */ in osInternalEvtHandle()1075 task->subbedEvtListSz = newSz; in osInternalEvtHandle()