const internal/cpu.CacheLinePadSize
10 uses
internal/cpu (current package)
cpu.go#L15: type CacheLinePad struct{ _ [CacheLinePadSize]byte }
cpu.go#L20: var CacheLineSize uintptr = CacheLinePadSize
cpu_x86.go#L9: const CacheLinePadSize = 64
runtime
mheap.go#L199: pad [(cpu.CacheLinePadSize - unsafe.Sizeof(mcentral{})%cpu.CacheLinePadSize) % cpu.CacheLinePadSize]byte
sema.go#L53: pad [cpu.CacheLinePadSize - unsafe.Sizeof(semaRoot{})]byte
stack.go#L152: _ [(cpu.CacheLinePadSize - unsafe.Sizeof(stackpoolItem{})%cpu.CacheLinePadSize) % cpu.CacheLinePadSize]byte
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |