func runtime/internal/atomic.Xaddint64
21 uses
runtime/internal/atomic (current package)
stubs.go#L53: func Xaddint64(ptr *int64, delta int64) int64
types.go#L109: return Xaddint64(&i.value, delta)
runtime
arena.go#L800: atomic.Xaddint64(&stats.committed, -int64(s.npages*pageSize))
arena.go#L801: atomic.Xaddint64(&stats.inHeap, -int64(s.npages*pageSize))
arena.go#L961: atomic.Xaddint64(&stats.inHeap, int64(userArenaChunkBytes))
arena.go#L962: atomic.Xaddint64(&stats.committed, int64(userArenaChunkBytes))
mgc.go#L1400: atomic.Xaddint64(&pp.gcFractionalMarkTime, duration)
mgcscavenge.go#L793: atomic.Xaddint64(&stats.committed, -nbytes)
mgcscavenge.go#L794: atomic.Xaddint64(&stats.released, nbytes)
mheap.go#L1361: atomic.Xaddint64(&stats.committed, int64(scav))
mheap.go#L1362: atomic.Xaddint64(&stats.released, -int64(scav))
mheap.go#L1365: atomic.Xaddint64(&stats.inHeap, int64(nbytes))
mheap.go#L1367: atomic.Xaddint64(&stats.inStacks, int64(nbytes))
mheap.go#L1369: atomic.Xaddint64(&stats.inPtrScalarBits, int64(nbytes))
mheap.go#L1371: atomic.Xaddint64(&stats.inWorkBufs, int64(nbytes))
mheap.go#L1505: atomic.Xaddint64(&stats.released, int64(size))
mheap.go#L1538: atomic.Xaddint64(&stats.released, int64(nBase-v))
mheap.go#L1628: atomic.Xaddint64(&stats.inHeap, -int64(nbytes))
mheap.go#L1630: atomic.Xaddint64(&stats.inStacks, -int64(nbytes))
mheap.go#L1632: atomic.Xaddint64(&stats.inPtrScalarBits, -int64(nbytes))
mheap.go#L1634: atomic.Xaddint64(&stats.inWorkBufs, -int64(nbytes))
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |