runtime.MemStats.BySize (field)
5 uses
runtime (current package)
mstats.go#L362: BySize [61]struct {
mstats.go#L474: bySizeLen := len(stats.BySize)
mstats.go#L479: stats.BySize[i].Size = memstats.by_size[i].size
mstats.go#L480: stats.BySize[i].Mallocs = memstats.by_size[i].nmalloc
mstats.go#L481: stats.BySize[i].Frees = memstats.by_size[i].nfree
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)