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.2.8-preview. (GOOS=darwin GOARCH=arm64)