const runtime._WorkbufSize
8 uses
runtime (current package)
mgc.go#L173: if unsafe.Sizeof(workbuf{}) != _WorkbufSize {
mgcstack.go#L110: obj [(_WorkbufSize - unsafe.Sizeof(stackWorkBufHdr{})) / sys.PtrSize]uintptr
mgcstack.go#L130: obj [(_WorkbufSize - unsafe.Sizeof(stackObjectBufHdr{})) / unsafe.Sizeof(stackObject{})]stackObject
mgcwork.go#L14: _WorkbufSize = 2048 // in bytes; larger values result in less contention
mgcwork.go#L26: if workbufAlloc%pageSize != 0 || workbufAlloc%_WorkbufSize != 0 {
mgcwork.go#L325: obj [(_WorkbufSize - unsafe.Sizeof(workbufhdr{})) / sys.PtrSize]uintptr
mgcwork.go#L386: for i := uintptr(0); i+_WorkbufSize <= workbufAlloc; i += _WorkbufSize {
 |
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. |