type runtime.arenaHint

8 uses

	runtime (current package)
		malloc.go#L546: 			hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L613: 		hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L697: 		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
		malloc.go#L700: 		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
		mheap.go#L167: 	arenaHints *arenaHint
		mheap.go#L300: type arenaHint struct {
		mheap.go#L303: 	next *arenaHint
		mheap.go#L709: 	h.arenaHintAlloc.init(unsafe.Sizeof(arenaHint{}), nil, nil, &memstats.other_sys)