var internal/cpu.CacheLineSize

3 uses

	internal/cpu (current package)
		cpu.go#L20: var CacheLineSize uintptr = CacheLinePadSize

	runtime
		mspanset.go#L104: 			newSpine := persistentalloc(newCap*goarch.PtrSize, cpu.CacheLineSize, &memstats.gcMiscSys)
		mspanset.go#L316: 	return (*spanSetBlock)(persistentalloc(unsafe.Sizeof(spanSetBlock{}), cpu.CacheLineSize, &memstats.gcMiscSys))