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