Searched refs:cbEstimate (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dscmstream.cpp94 size_t cbEstimate = pRelatedStream local
97 cbEstimate = RT_ALIGN(cbEstimate, _4K);
98 pStream->pch = (char *)RTMemAlloc(cbEstimate);
103 : cbEstimate / 24;
111 pStream->cbAllocated = cbEstimate;

Completed in 51 milliseconds