func internal/runtime/atomic.StorepNoWB
8 uses
	internal/runtime/atomic (current package)
		atomic_amd64.go#L135: 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#L764: 			atomic.StorepNoWB(unsafe.Pointer(&h.arenas[ri.l1()]), unsafe.Pointer(l2))
		malloc.go#L806: 		atomic.StorepNoWB(unsafe.Pointer(&l2[ri.l2()]), unsafe.Pointer(r))
		mheap.go#L2443: 	atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), unsafe.Pointer(fresh))
		mheap.go#L2489: 	atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), nil) // newMarkBits calls newArena when needed
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |