Searched defs:cLinesEstimate (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dscmstream.cpp101 size_t cLinesEstimate = pRelatedStream && pRelatedStream->fFullyLineated local
104 cLinesEstimate = RT_ALIGN(cLinesEstimate, 512);
105 pStream->paLines = (PSCMSTREAMLINE)RTMemAlloc(cLinesEstimate * sizeof(SCMSTREAMLINE));
112 pStream->cLinesAllocated = cLinesEstimate;

Completed in 45 milliseconds