type runtime.stack
13 uses
runtime (current package)
mgcstack.go#L174: stack stack
runtime2.go#L393: type stack struct {
runtime2.go#L412: stack stack // offset known to runtime/cgo
signal_unix.go#L1172: stack stack
signal_unix.go#L1214: func signalstack(s *stack) {
stack.go#L327: func stackalloc(n uint32) stack {
stack.go#L348: return stack{uintptr(v), uintptr(v) + uintptr(n)}
stack.go#L418: return stack{uintptr(v), uintptr(v) + uintptr(n)}
stack.go#L427: func stackfree(stk stack) {
stack.go#L536: old stack
stack.go#L767: func fillstack(stk stack, b byte) {
stack.go#L773: func findsghi(gp *g, stk stack) uintptr {
traceback.go#L959: func tracebackHexdump(stk stack, frame *stkframe, bad uintptr) {
![]() |
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. |