func runtime.dumpbool
6 uses
runtime (current package)
heapdump.go#L137: func dumpbool(b bool) {
heapdump.go#L209: dumpbool(t.kind&kindDirectIface == 0 || t.ptrdata != 0)
heapdump.go#L360: dumpbool(isSystemGoroutine(gp, false))
heapdump.go#L361: dumpbool(false) // isbackground
heapdump.go#L508: dumpbool(false) // little-endian ptrs
heapdump.go#L510: dumpbool(true) // big-endian ptrs
![]() |
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. |