func runtime/internal/atomic.Xadduintptr
11 uses
runtime/internal/atomic (current package)
atomic_amd64.go#L57: func Xadduintptr(ptr *uintptr, delta uintptr) uintptr
runtime
mcache.go#L178: atomic.Xadduintptr(&stats.smallAllocCount[spc.sizeclass()], uintptr(s.nelems)-uintptr(s.allocCount))
mcache.go#L229: atomic.Xadduintptr(&stats.largeAlloc, npages*pageSize)
mcache.go#L230: atomic.Xadduintptr(&stats.largeAllocCount, 1)
mcache.go#L263: atomic.Xadduintptr(&stats.smallAllocCount[spanClass(i).sizeclass()], -n)
mgcsweep.go#L233: atomic.Xadduintptr(&mheap_.reclaimCredit, npages)
mgcsweep.go#L507: atomic.Xadduintptr(&stats.smallFreeCount[spc.sizeclass()], uintptr(nfreed))
mgcsweep.go#L554: atomic.Xadduintptr(&stats.largeFreeCount, 1)
mgcsweep.go#L555: atomic.Xadduintptr(&stats.largeFree, size)
mheap.go#L791: atomic.Xadduintptr(&h.reclaimCredit, nfound-npage)
mheap.go#L1917: end := atomic.Xadduintptr(&b.free, bytes)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |