aboutsummaryrefslogtreecommitdiff
path: root/internal/bufpool/index.go
blob: 5f59b0edcd1f12e997876f3ce7671724dd9fbc69 (about) (plain) (blame)
1
2
3
4
5
6
7
package bufpool

type poolIndex int8

const (
	unpooled poolIndex = -1
)