type runtime.MemProfileRecord

7 uses

	runtime (current package)
		mprof.go#L954: type MemProfileRecord struct {
		mprof.go#L961: func (r *MemProfileRecord) InUseBytes() int64 { return r.AllocBytes - r.FreeBytes }
		mprof.go#L964: func (r *MemProfileRecord) InUseObjects() int64 {
		mprof.go#L970: func (r *MemProfileRecord) Stack() []uintptr {
		mprof.go#L1000: func MemProfile(p []MemProfileRecord, inuseZero bool) (n int, ok bool) {
		mprof.go#L1077: func copyMemProfileRecord(dst *MemProfileRecord, src profilerecord.MemProfileRecord) {

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