runtime/internal/atomic.Uint64.Store (method)
6 uses
runtime/internal/atomic (current package)
types.go#L235: func (u *Uint64) Store(value uint64) {
types.go#L340: f.u.Store(*(*uint64)(unsafe.Pointer(&value)))
runtime
mgc.go#L1463: mheap_.pagesSwept.Store(0)
mgc.go#L1465: mheap_.reclaimIndex.Store(0)
mgcsweep.go#L875: mheap_.pagesSweptBasis.Store(pagesSwept)
mheap.go#L772: h.reclaimIndex.Store(1 << 63)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)