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