const internal/cpu.CacheLinePadSize
13 uses
internal/cpu (current package)
cpu.go#L12: type CacheLinePad struct{ _ [CacheLinePadSize]byte }
cpu.go#L17: var CacheLineSize uintptr = CacheLinePadSize
cpu_x86.go#L9: const CacheLinePadSize = 64
runtime
mcleanup.go#L369: _ [cpu.CacheLinePadSize - unsafe.Sizeof(lfstack(0)) - unsafe.Sizeof(atomic.Uint64{})]byte
mcleanup.go#L380: _ [cpu.CacheLinePadSize - unsafe.Sizeof(lfstack(0)) - 1]byte
mcleanup.go#L384: _ [cpu.CacheLinePadSize - unsafe.Sizeof(atomic.UnsafePointer{})]byte
mheap.go#L213: pad [(cpu.CacheLinePadSize - unsafe.Sizeof(mcentral{})%cpu.CacheLinePadSize) % cpu.CacheLinePadSize]byte
sema.go#L53: pad [cpu.CacheLinePadSize - unsafe.Sizeof(semaRoot{})]byte
stack.go#L155: _ [(cpu.CacheLinePadSize - unsafe.Sizeof(stackpoolItem{})%cpu.CacheLinePadSize) % cpu.CacheLinePadSize]byte
 |
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. |