Searched refs:newBufSize (Results 1 – 2 of 2) sorted by relevance
372 int newBufSize = bufSize; in insertLine() local412 newBufSize = maxBufSize; in insertLine()419 newBufSize += n; in insertLine()422 cbuf = new char[newBufSize][]; in insertLine()423 abuf = new int[newBufSize][]; in insertLine()495 bufSize = newBufSize; in insertLine()
108 var newBufSize = oldBufSize << 1; in GrowBuffer()109 var newBuf = new byte[newBufSize]; in GrowBuffer()111 Buffer.BlockCopy(oldBuf, 0, newBuf, newBufSize - oldBufSize, in GrowBuffer()113 _bb = new ByteBuffer(newBuf, newBufSize); in GrowBuffer()