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.2.8-preview. (GOOS=darwin GOARCH=arm64)