runtime.mheap.arenaHintAlloc (field)
7 uses
runtime (current package)
malloc.go#L546: hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L613: hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L676: h.arenaHintAlloc.free(unsafe.Pointer(hint))
malloc.go#L697: hint := (*arenaHint)(h.arenaHintAlloc.alloc())
malloc.go#L700: hint = (*arenaHint)(h.arenaHintAlloc.alloc())
mheap.go#L216: arenaHintAlloc fixalloc // allocator for arenaHints
mheap.go#L709: h.arenaHintAlloc.init(unsafe.Sizeof(arenaHint{}), nil, nil, &memstats.other_sys)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)