func google.golang.org/grpc/mem.IsBelowBufferPoolingThreshold

4 uses

	google.golang.org/grpc/mem (current package)
		buffers.go#L71: func IsBelowBufferPoolingThreshold(size int) bool {
		buffers.go#L99: 	if pool == nil || IsBelowBufferPoolingThreshold(cap(*data)) {
		buffers.go#L118: 	if IsBelowBufferPoolingThreshold(len(data)) {

	google.golang.org/grpc/encoding/proto
		proto.go#L50: 	if mem.IsBelowBufferPoolingThreshold(size) {