type internal/cpu.CacheLinePad

19 uses

	internal/cpu (current package)
		cpu.go#L17: type CacheLinePad struct{ _ [CacheLinePadSize]byte }
		cpu.go#L29: 	_            CacheLinePad
		cpu.go#L50: 	_            CacheLinePad
		cpu.go#L56: 	_            CacheLinePad
		cpu.go#L60: 	_            CacheLinePad
		cpu.go#L66: 	_          CacheLinePad
		cpu.go#L76: 	_          CacheLinePad
		cpu.go#L80: 	_      CacheLinePad
		cpu.go#L82: 	_      CacheLinePad
		cpu.go#L91: 	_         CacheLinePad
		cpu.go#L97: 	_         CacheLinePad
		cpu.go#L101: 	_         CacheLinePad
		cpu.go#L123: 	_         CacheLinePad

	runtime
		mgc.go#L320: 	_     cpu.CacheLinePad // prevents false-sharing between full and empty
		mgc.go#L322: 	_     cpu.CacheLinePad // prevents false-sharing between empty and nproc/nwait
		mgcpacer.go#L366: 	_ cpu.CacheLinePad
		mheap.go#L125: 	_ cpu.CacheLinePad // prevents false-sharing between arenas and preceding variables
		tracemap.go#L28: 	_    cpu.CacheLinePad
		tracemap.go#L30: 	_    cpu.CacheLinePad