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.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. |