type runtime/internal/atomic.Uint64

13 uses

	runtime/internal/atomic (current package)
		types.go#L224: type Uint64 struct {
		types.go#L230: func (u *Uint64) Load() uint64 {
		types.go#L235: func (u *Uint64) Store(value uint64) {
		types.go#L243: func (u *Uint64) CompareAndSwap(old, new uint64) bool {
		types.go#L249: func (u *Uint64) Swap(value uint64) uint64 {
		types.go#L258: func (u *Uint64) Add(delta int64) uint64 {
		types.go#L329: 	u Uint64
		types_64bit.go#L16: func (u *Uint64) LoadAcquire() uint64 {
		types_64bit.go#L27: func (u *Uint64) StoreRelease(value uint64) {

	runtime
		mheap.go#L103: 	pagesInUse         atomic.Uint64 // pages of spans in stats mSpanInUse
		mheap.go#L104: 	pagesSwept         atomic.Uint64 // pages swept this cycle
		mheap.go#L105: 	pagesSweptBasis    atomic.Uint64 // pagesSwept to use as the origin of the sweep ratio
		mheap.go#L126: 	reclaimIndex atomic.Uint64