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

/external/clang/lib/Lex/
H A DScratchBuffer.cpp20 // ScratchBufSize - The size of each chunk of scratch memory. Slightly less
22 static const unsigned ScratchBufSize = 4060; variable
27 BytesUsed = ScratchBufSize;
36 if (BytesUsed+Len+2 > ScratchBufSize)
64 if (RequestLen < ScratchBufSize)
65 RequestLen = ScratchBufSize;

Completed in 281 milliseconds