type runtime.MemProfileRecord

7 uses

	runtime (current package)
		mprof.go#L890: type MemProfileRecord struct {
		mprof.go#L897: func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes }
		mprof.go#L900: func (r *MemProfileRecord) InUseObjects() int64 {
		mprof.go#L906: func (r *MemProfileRecord) Stack() []uintptr {
		mprof.go#L936: func MemProfile(p []MemProfileRecord, inuseZero bool) (n int, ok bool) {
		mprof.go#L1013: func copyMemProfileRecord(dst *MemProfileRecord, src profilerecord.MemProfileRecord) {

	runtime/pprof
		pprof.go#L637: 	var total runtime.MemProfileRecord