Home | History | Annotate | Download | only in codesighs

Lines Matching full:realloc

462                         moved = realloc(modules, sizeof(ModuleStats) * (1 + moduleCount));
500 moved = realloc(theModule->mSegments, sizeof(SegmentStats) * (theModule->mSegmentCount + 1));
539 moved = realloc(theSegment->mObjects, sizeof(ObjectStats) * (1 + theSegment->mObjectCount));
577 moved = realloc(theObject->mSymbols, sizeof(SymbolStats) * (1 + theObject->mSymbolCount));