runtime.fixalloc.size (field)
11 uses
runtime (current package)
mfixalloc.go#L28: size uintptr
mfixalloc.go#L53: f.size = size
mfixalloc.go#L65: if f.size == 0 {
mfixalloc.go#L73: f.inuse += f.size
mfixalloc.go#L75: memclrNoHeapPointers(v, f.size)
mfixalloc.go#L79: if uintptr(f.nchunk) < f.size {
mfixalloc.go#L88: f.chunk = f.chunk + f.size
mfixalloc.go#L89: f.nchunk -= uint32(f.size)
mfixalloc.go#L90: f.inuse += f.size
mfixalloc.go#L95: f.inuse -= f.size
panic.go#L1241: if mheap_.cachealloc.size == 0 { // very early
![]() |
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. |