var net/http.http2dataChunkPools
3 uses
net/http (current package)
h2_bundle.go#L974: http2dataChunkPools = [...]sync.Pool{
h2_bundle.go#L990: return http2dataChunkPools[i].Get().([]byte)
h2_bundle.go#L996: http2dataChunkPools[i].Put(p)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)