func internal/runtime/atomic.Xaddint64
18 uses
internal/runtime/atomic (current package)
stubs.go#L53: func Xaddint64(ptr *int64, delta int64) int64
types.go#L109: return Xaddint64(&i.value, delta)
runtime
arena.go#L898: atomic.Xaddint64(&stats.committed, -int64(s.npages*pageSize))
arena.go#L899: atomic.Xaddint64(&stats.inHeap, -int64(s.npages*pageSize))
arena.go#L1083: atomic.Xaddint64(&stats.inHeap, int64(userArenaChunkBytes))
arena.go#L1084: atomic.Xaddint64(&stats.committed, int64(userArenaChunkBytes))
mgcscavenge.go#L787: atomic.Xaddint64(&stats.committed, -nbytes)
mgcscavenge.go#L788: atomic.Xaddint64(&stats.released, nbytes)
mheap.go#L1414: atomic.Xaddint64(&stats.committed, int64(scav))
mheap.go#L1415: atomic.Xaddint64(&stats.released, -int64(scav))
mheap.go#L1418: atomic.Xaddint64(&stats.inHeap, int64(nbytes))
mheap.go#L1420: atomic.Xaddint64(&stats.inStacks, int64(nbytes))
mheap.go#L1422: atomic.Xaddint64(&stats.inWorkBufs, int64(nbytes))
mheap.go#L1596: atomic.Xaddint64(&stats.released, int64(size))
mheap.go#L1639: atomic.Xaddint64(&stats.released, int64(nBase-v))
mheap.go#L1772: atomic.Xaddint64(&stats.inHeap, -int64(nbytes))
mheap.go#L1774: atomic.Xaddint64(&stats.inStacks, -int64(nbytes))
mheap.go#L1776: atomic.Xaddint64(&stats.inWorkBufs, -int64(nbytes))
 |
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. |