const runtime.spanAllocStack
10 uses
runtime (current package)
mheap.go#L884: spanAllocStack // stack span
mheap.go#L1132: needPhysPageAlign := physPageAlignedStacks && typ == spanAllocStack && pageSize < physPageSize
mheap.go#L1289: case spanAllocStack:
mheap.go#L1478: case spanAllocStack:
stack.go#L190: s = mheap_.allocManual(_StackCacheSize>>_PageShift, spanAllocStack)
stack.go#L254: mheap_.freeManual(s, spanAllocStack)
stack.go#L399: s = mheap_.allocManual(npage, spanAllocStack)
stack.go#L483: mheap_.freeManual(s, spanAllocStack)
stack.go#L1196: mheap_.freeManual(s, spanAllocStack)
stack.go#L1210: mheap_.freeManual(s, spanAllocStack)
![]() |
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. |