runtime.MemProfileRecord.FreeBytes (field)
5 uses
runtime (current package)
mprof.go#L498: AllocBytes, FreeBytes int64 // number of bytes allocated, freed
mprof.go#L504: func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes }
mprof.go#L595: r.FreeBytes = int64(mp.active.free_bytes)
runtime/pprof
pprof.go#L590: total.FreeBytes += r.FreeBytes
![]() |
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. |