Home | History | Annotate | Download | only in cg

Lines Matching refs:NewPtr

201             fragToFix->sectionHeaders = (PEFSectionHeader *) NewPtr(fragToFix->containerHeader.sectionCount * sizeof(PEFSectionHeader));
227 fragToFix->loaderSection = (PEFLoaderInfoHeader *) NewPtr(fragToFix->sectionHeaders[sectionIndex].containerLength);
299 // The following asserts assume that the client allocated the memory with NewPtr,
558 packedDataSection = NewPtr(initSectionHeader->containerLength);
562 unpackedDataSection = NewPtr(initSectionHeader->unpackedLength);