func runtime.dwrite
8 uses
runtime (current package)
heapdump.go#L77: func dwrite(data unsafe.Pointer, len uintptr) {
heapdump.go#L98: dwrite(unsafe.Pointer(&b), 1)
heapdump.go#L134: dwrite(unsafe.Pointer(&buf), uintptr(n))
heapdump.go#L148: dwrite(data, len)
heapdump.go#L154: dwrite(unsafe.Pointer(&b[0]), uintptr(len(b)))
heapdump.go#L205: dwrite(pkgpath.str, uintptr(pkgpath.len))
heapdump.go#L207: dwrite(name.str, uintptr(name.len))
heapdump.go#L678: dwrite(unsafe.Pointer(&dumphdr[0]), uintptr(len(dumphdr)))
![]() |
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. |