type internal/cpu.CacheLinePad
26 uses
internal/cpu (current package)
cpu.go#L12: type CacheLinePad struct{ _ [CacheLinePadSize]byte }
cpu.go#L24: _ CacheLinePad
cpu.go#L60: _ CacheLinePad
cpu.go#L66: _ CacheLinePad
cpu.go#L70: _ CacheLinePad
cpu.go#L76: _ CacheLinePad
cpu.go#L88: _ CacheLinePad
cpu.go#L94: _ CacheLinePad
cpu.go#L100: _ CacheLinePad
cpu.go#L104: _ CacheLinePad
cpu.go#L106: _ CacheLinePad
cpu.go#L115: _ CacheLinePad
cpu.go#L121: _ CacheLinePad
cpu.go#L125: _ CacheLinePad
cpu.go#L147: _ CacheLinePad
cpu.go#L155: _ CacheLinePad
cpu.go#L159: _ CacheLinePad
runtime
mgc.go#L329: _ cpu.CacheLinePad // prevents false-sharing between full and empty
mgc.go#L331: _ cpu.CacheLinePad // prevents false-sharing between empty and wbufSpans
mgc.go#L342: _ cpu.CacheLinePad // prevents false-sharing between wbufSpans and spanWorkMask
mgc.go#L351: _ cpu.CacheLinePad // prevents false-sharing between spanqMask and everything else
mgcpacer.go#L368: _ cpu.CacheLinePad
mheap.go#L128: _ cpu.CacheLinePad // prevents false-sharing between arenas and preceding variables
mheap.go#L257: _ cpu.CacheLinePad
tracemap.go#L35: _ cpu.CacheLinePad
tracemap.go#L37: _ cpu.CacheLinePad
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |