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
![]() |
The pages are generated with Golds v0.7.6. (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. |