runtime.fixalloc.alloc (method)
10 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())
mcache.go#L88: c = (*mcache)(mheap_.cachealloc.alloc())
mfixalloc.go#L64: func (f *fixalloc) alloc() unsafe.Pointer {
mheap.go#L1066: return (*mspan)(h.spanalloc.alloc())
mheap.go#L1072: pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
mheap.go#L1783: s := (*specialfinalizer)(mheap_.specialfinalizeralloc.alloc())
mheap.go#L1839: s := (*specialprofile)(mheap_.specialprofilealloc.alloc())
![]() |
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. |