| 115 | } |
| 116 | |
| 117 | type memorySample struct { |
| 118 | stack stackTrace |
| 119 | value [4]int64 // allocCount, allocBytes, inuseCount, inuseBytes |
| 120 | } |
| 121 | |
| 122 | func (m *memorySample) sampleLocation() stackTrace { |
| 123 | return m.stack |
nothing calls this directly
no outgoing calls
no test coverage detected