runtime.bucket.typ (field)

6 uses

	runtime (current package)
		mprof.go#L51: 	typ     bucketType // memBucket or blockBucket (includes mutexProfile)
		mprof.go#L175: 	b.typ = typ
		mprof.go#L188: 	if b.typ != memProfile {
		mprof.go#L197: 	if b.typ != blockProfile && b.typ != mutexProfile {
		mprof.go#L230: 		if b.typ == typ && b.hash == h && b.size == size && eqslice(b.stk(), stk) {