runtime.MemProfileRecord.InUseBytes (method)
2 uses
runtime (current package)
mprof.go#L961: func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes }
runtime/pprof
pprof.go#L665: inUseBytes := total.InUseBytes()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)