const runtime.tflagRegularMemory

4 uses

	runtime (current package)
		alg.go#L145: 	if t.tflag&tflagRegularMemory != 0 {
		alg.go#L184: 			if memEnd > memStart && (f.name.isBlank() || f.offset() != memEnd || f.typ.tflag&tflagRegularMemory == 0) {
		alg.go#L192: 			if f.typ.tflag&tflagRegularMemory == 0 {
		type.go#L24: 	tflagRegularMemory tflag = 1 << 3 // equal and hash can treat values of this type as a single region of t.size bytes