type runtime.notInHeapSlice
9 uses
runtime (current package)
malloc.go#L767: *(*notInHeapSlice)(unsafe.Pointer(&h.allArenas)) = notInHeapSlice{newArray, len(h.allArenas), int(size / sys.PtrSize)}
mheap.go#L517: *(*notInHeapSlice)(unsafe.Pointer(&h.allspans)) = *(*notInHeapSlice)(unsafe.Pointer(&new))
mpagealloc_64bit.go#L84: sl := notInHeapSlice{(*notInHeap)(r), 0, entries}
mranges.go#L167: ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
mranges.go#L294: ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
mranges.go#L364: ranges := (*notInHeapSlice)(unsafe.Pointer(&b.ranges))
slice.go#L20: type notInHeapSlice struct {
 |
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. |