Home | History | Annotate | Download | only in codesighs

Lines Matching refs:growth

377             void* growth = NULL;
383 growth = realloc(inContainer->mObjects, (inContainer->mObjectCount + 1) * sizeof(MSDump_Object));
384 if(NULL != growth)
389 inContainer->mObjects = growth;