ytes
{{fuint64 .HeapReleased}} |
| Heap object count | {{fuint64 .HeapObjects}} |
| Stack in use bytes | {{fuint64 .StackInuse}} |
| Stack from system bytes | {{fuint64 .StackSys}} |
| Bucket hash bytes | {{fuint64 .BuckHashSys}} |
| GC metadata bytes | {{fuint64 .GCSys}} |
| Off heap bytes | {{fuint64 .OtherSys}} |
By size
| Size | Mallocs | Frees |
{{range .BySize}}| {{fuint32 .Size}} | {{fuint64 .Mallocs}} | {{fuint64 .Frees}} |
{{end}}
{{end}}