const runtime.spanAllocHeap
8 uses
runtime (current package)
mheap.go#L883: spanAllocHeap spanAllocType = iota // heap span
mheap.go#L891: return s != spanAllocHeap
mheap.go#L910: s = h.allocSpan(npages, spanAllocHeap, spanclass)
mheap.go#L1275: if typ == spanAllocHeap {
mheap.go#L1287: case spanAllocHeap:
mheap.go#L1417: h.freeSpanLocked(s, spanAllocHeap)
mheap.go#L1466: if typ == spanAllocHeap {
mheap.go#L1476: case spanAllocHeap:
![]() |
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. |