type runtime/internal/atomic.Uint64

35 uses

	runtime/internal/atomic (current package)
		types.go#L299: type Uint64 struct {
		types.go#L308: func (u *Uint64) Load() uint64 {
		types.go#L315: func (u *Uint64) Store(value uint64) {
		types.go#L324: func (u *Uint64) CompareAndSwap(old, new uint64) bool {
		types.go#L332: func (u *Uint64) Swap(value uint64) uint64 {
		types.go#L343: func (u *Uint64) Add(delta int64) uint64 {
		types.go#L430: 	u Uint64
		types_64bit.go#L18: func (u *Uint64) LoadAcquire() uint64 {
		types_64bit.go#L31: func (u *Uint64) StoreRelease(value uint64) {

	runtime
		histogram.go#L85: 	counts [timeHistNumBuckets * timeHistNumSubBuckets]atomic.Uint64
		histogram.go#L92: 	underflow atomic.Uint64
		histogram.go#L96: 	overflow atomic.Uint64
		mgclimit.go#L395: 	stamp atomic.Uint64 // Stores a limiterEventStamp.
		mgcpacer.go#L122: 	runway atomic.Uint64
		mgcpacer.go#L147: 	gcPercentHeapGoal atomic.Uint64
		mgcpacer.go#L160: 	sweepDistMinTrigger atomic.Uint64
		mgcpacer.go#L194: 	heapLive atomic.Uint64
		mgcpacer.go#L202: 	heapScan atomic.Uint64
		mgcpacer.go#L213: 	lastStackScan atomic.Uint64
		mgcpacer.go#L223: 	maxStackScan atomic.Uint64
		mgcpacer.go#L227: 	globalsScan atomic.Uint64
		mgcpacer.go#L322: 	idleMarkWorkers atomic.Uint64
		mgcpacer.go#L359: 	totalAlloc   atomic.Uint64 // total bytes allocated
		mgcpacer.go#L360: 	totalFree    atomic.Uint64 // total bytes freed
		mgcpacer.go#L361: 	mappedReady  atomic.Uint64 // total virtual memory in the Ready state (see mem.go).
		mgcscavenge.go#L242: 	gcPercentGoal atomic.Uint64
		mgcscavenge.go#L249: 	memoryLimitGoal atomic.Uint64
		mgcscavenge.go#L1223: 	value atomic.Uint64
		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#L117: 	reclaimIndex atomic.Uint64
		mspanset.go#L352: 	u atomic.Uint64
		profbuf.go#L90: 	overflow     atomic.Uint64
		profbuf.go#L91: 	overflowTime atomic.Uint64
		runtime2.go#L775: 	goidgen   atomic.Uint64