runtime.mheap.arenaHints (field)
12 uses
runtime (current package)
malloc.go#L548: hint.next, mheap_.arenaHints = mheap_.arenaHints, hint
malloc.go#L615: hint.next, mheap_.arenaHints = mheap_.arenaHints, hint
malloc.go#L642: for h.arenaHints != nil {
malloc.go#L643: hint := h.arenaHints
malloc.go#L675: h.arenaHints = hint.next
malloc.go#L699: hint.next, mheap_.arenaHints = mheap_.arenaHints, hint
malloc.go#L702: hint.next, mheap_.arenaHints = mheap_.arenaHints, hint
mheap.go#L167: arenaHints *arenaHint
![]() |
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. |