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

/vbox/src/bldprogs/
H A Dscmstream.cpp165 * @param cbAppending The minimum number of bytes to grow the buffer
168 static int scmStreamGrowBuffer(PSCMSTREAM pStream, size_t cbAppending) argument
171 cbAllocated += RT_MAX(0x1000 + cbAppending, cbAllocated);

Completed in 45 milliseconds