func internal/runtime/atomic.StorepNoWB
9 uses
internal/runtime/atomic (current package)
atomic_amd64.go#L138: func StorepNoWB(ptr unsafe.Pointer, val unsafe.Pointer)
types.go#L479: StorepNoWB(unsafe.Pointer(&u.value), value)
runtime
atomic_pointer.go#L49: atomic.StorepNoWB(noescape(ptr), new)
iface.go#L189: atomic.StorepNoWB(unsafe.Pointer(p), unsafe.Pointer(m))
malloc.go#L777: atomic.StorepNoWB(unsafe.Pointer(&h.arenas[ri.l1()]), unsafe.Pointer(l2))
malloc.go#L819: atomic.StorepNoWB(unsafe.Pointer(&l2[ri.l2()]), unsafe.Pointer(r))
mheap.go#L2509: atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), unsafe.Pointer(fresh))
mheap.go#L2555: atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), nil) // newMarkBits calls newArena when needed
type.go#L136: atomic.StorepNoWB(addr, unsafe.Pointer(p))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)