ref: af08c84539f9353718604988ba27ae3c466860fc dir: /internal/bufpool/index.go/
package bufpool type poolIndex int8 const ( unpooled poolIndex = -1 )