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