func runtime/internal/atomic.StorepNoWB
8 uses
runtime/internal/atomic (current package)
atomic_amd64.go#L117: func StorepNoWB(ptr unsafe.Pointer, val unsafe.Pointer)
types.go#L479: StorepNoWB(unsafe.Pointer(&u.value), value)
runtime
atomic_pointer.go#L39: atomic.StorepNoWB(noescape(ptr), new)
iface.go#L179: atomic.StorepNoWB(unsafe.Pointer(p), unsafe.Pointer(m))
malloc.go#L748: atomic.StorepNoWB(unsafe.Pointer(&h.arenas[ri.l1()]), unsafe.Pointer(l2))
malloc.go#L790: atomic.StorepNoWB(unsafe.Pointer(&l2[ri.l2()]), unsafe.Pointer(r))
mheap.go#L2185: atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), unsafe.Pointer(fresh))
mheap.go#L2231: atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), nil) // newMarkBits calls newArena when needed
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. |