const runtime._FixedStack
13 uses
runtime (current package)
proc.go#L4143: if stksize != _FixedStack {
proc.go#L4200: gp.stack = stackalloc(_FixedStack)
runtime1.go#L284: if _FixedStack != round2(_FixedStack) {
stack.go#L83: _FixedStack = _FixedStack6 + 1
stack.go#L201: s.elemsize = _FixedStack << order
stack.go#L276: size += _FixedStack << order
stack.go#L295: size -= _FixedStack << order
stack.go#L355: if n < _FixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L358: for n2 > _FixedStack {
stack.go#L452: if n < _FixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L455: for n2 > _FixedStack {
stack.go#L1163: if newsize < _FixedStack {
![]() |
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. |