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)
![]() |
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. |