func internal/runtime/atomic.StorepNoWB

10 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#L783: 			atomic.StorepNoWB(unsafe.Pointer(&h.arenas[ri.l1()]), unsafe.Pointer(l2))
		malloc.go#L823: 		atomic.StorepNoWB(unsafe.Pointer(&l2[ri.l2()]), unsafe.Pointer(r))
		mbitmap.go#L775: 	atomic.StorepNoWB(unsafe.Pointer(&span.largeType), unsafe.Pointer(gctyp))
		mheap.go#L2965: 	atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), unsafe.Pointer(fresh))
		mheap.go#L3011: 	atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), nil) // newMarkBits calls newArena when needed
		type.go#L141: 			atomic.StorepNoWB(addr, unsafe.Pointer(p))