github.com/google/pprof/profile.buffer.tmp (field)

7 uses

	github.com/google/pprof/profile (current package)
		proto.go#L46: 	tmp   [16]byte
		proto.go#L91: 		copy(b.tmp[:], b.data[n2:n3])
		proto.go#L93: 		copy(b.data[n1:], b.tmp[:n3-n2])
		proto.go#L123: 		copy(b.tmp[:], b.data[n2:n3])
		proto.go#L125: 		copy(b.data[n1:], b.tmp[:n3-n2])
		proto.go#L171: 	copy(b.tmp[:], b.data[n2:n3])
		proto.go#L173: 	copy(b.data[n1:], b.tmp[:n3-n2])