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