Searched refs:initialBufSize (Results 1 – 1 of 1) sorted by relevance
564 const initialBufSize = 128 const580 buf := [2 * initialBufSize]byte{}581 dst := buf[:initialBufSize:initialBufSize]582 src := buf[initialBufSize : 2*initialBufSize]