const internal/cpu.CacheLinePadSize
8 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#L208: pad [cpu.CacheLinePadSize - unsafe.Sizeof(mcentral{})%cpu.CacheLinePadSize]byte
sema.go#L51: pad [cpu.CacheLinePadSize - unsafe.Sizeof(semaRoot{})]byte
stack.go#L143: _ [cpu.CacheLinePadSize - unsafe.Sizeof(stackpoolItem{})%cpu.CacheLinePadSize]byte
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |