runtime.wbBuf.putFast (method)
8 uses
runtime (current package)
atomic_pointer.go#L23: if !getg().m.p.ptr().wbBuf.putFast(*slot, uintptr(new)) {
mbitmap.go#L591: if !buf.putFast(*dstx, 0) {
mbitmap.go#L602: if !buf.putFast(*dstx, *srcx) {
mbitmap.go#L632: if !buf.putFast(0, *srcx) {
mbitmap.go#L667: if !buf.putFast(*dstx, 0) {
mbitmap.go#L672: if !buf.putFast(*dstx, *srcx) {
mbitmap.go#L726: if !buf.putFast(*dstx, *srcx) {
mwbbuf.go#L144: func (b *wbBuf) putFast(old, new uintptr) bool {
![]() |
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. |