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
26 BytesUsed = ScratchBufSize;
35 if (BytesUsed+Len+2 > ScratchBufSize)
63 if (RequestLen < ScratchBufSize)
64 RequestLen = ScratchBufSize;

Completed in 85 milliseconds