runtime.heapBits.isPointer (method)
8 uses
runtime (current package)
cgocall.go#L565: if hbits.isPointer() && cgoIsGoPointer(*(*unsafe.Pointer)(unsafe.Pointer(base + i))) {
heapdump.go#L749: if hbits.isPointer() {
mbitmap.go#L521: func (h heapBits) isPointer() bool {
mbitmap.go#L589: if h.isPointer() {
mbitmap.go#L599: if h.isPointer() {
mbitmap.go#L630: if h.isPointer() {
mbitmap.go#L839: if !h.isPointer() {
mbitmap.go#L1988: if hbits.isPointer() {
![]() |
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. |