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