Searched refs:resizedArray (Results 1 – 1 of 1) sorted by relevance
638 uint32* resizedArray = (uint32*)realloc(data->opList, newSize * sizeof(uint32)); in AllocateOps() local639 if (resizedArray) { in AllocateOps()640 data->opList = resizedArray; in AllocateOps()657 BPoint* resizedArray = (BPoint*)realloc((void*)data->ptList, in AllocatePts() local659 if (resizedArray) { in AllocatePts()660 data->ptList = resizedArray; in AllocatePts()