func runtime.bulkBarrierPreWrite
8 uses
runtime (current package)
mbarrier.go#L161: bulkBarrierPreWrite(uintptr(dst), uintptr(src), typ.ptrdata)
mbarrier.go#L207: bulkBarrierPreWrite(uintptr(dst), uintptr(src), pwsize)
mbarrier.go#L228: bulkBarrierPreWrite(uintptr(dst), uintptr(src), size)
mbarrier.go#L273: bulkBarrierPreWrite(uintptr(dstPtr), uintptr(srcPtr), pwsize)
mbarrier.go#L300: bulkBarrierPreWrite(uintptr(ptr), 0, typ.ptrdata)
mbarrier.go#L313: bulkBarrierPreWrite(uintptr(ptr), 0, size)
mbarrier.go#L325: bulkBarrierPreWrite(uintptr(ptr), 0, n)
mbitmap.go#L552: func bulkBarrierPreWrite(dst, src, size uintptr) {
 |
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. |