github.com/vmihailenco/bufpool.Buffer.Cap (method)

5 uses

	github.com/vmihailenco/bufpool (current package)
		buf_pool.go#L38: 		if length > buf.Cap() {
		buf_pool.go#L39: 			log.Println(idx, buf.Len(), buf.Cap(), buf.String())
		buf_pool.go#L50: 	length := buf.Cap()
		buffer.go#L73: func (b *Buffer) Cap() int { return cap(b.buf) }
		pool.go#L72: 		length = buf.Cap()