Home | History | Annotate | Download | only in src

Lines Matching full:newsz

966                 uint32_t newSz = (task->subbedEvtListSz * 3 + 1) / 2;
967 uint32_t *newList = heapAlloc(sizeof(uint32_t[newSz])); /* grow by 50% */
973 task->subbedEvtListSz = newSz;