const runtime._StackCacheSize
9 uses
runtime (current package)
malloc.go#L139: _StackCacheSize = 32 * 1024
stack.go#L159: if _StackCacheSize&_PageMask != 0 {
stack.go#L190: s = mheap_.allocManual(_StackCacheSize>>_PageShift, spanAllocStack)
stack.go#L202: for i := uintptr(0); i < _StackCacheSize; i += s.elemsize {
stack.go#L272: for size < _StackCacheSize/2 {
stack.go#L291: for size > _StackCacheSize/2 {
stack.go#L355: if n < _FixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L452: if n < _FixedStack<<_NumStackOrders && n < _StackCacheSize {
stack.go#L466: if c.stackcache[order].size >= _StackCacheSize {
![]() |
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. |