X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libgo%2Fgo%2Fruntime%2Fdebug.go;h=74010b394b069a2b64196d07192de5947052782e;hp=803ea4921c1d33c0d2b4aae4b71ecf26d97d68dc;hb=31c6ec422702226aabab7d082da16663e6c3e72c;hpb=b3145af52cfb7c84d62a8e4ceeb165a7369718da diff --git a/libgo/go/runtime/debug.go b/libgo/go/runtime/debug.go index 803ea4921c1..74010b394b0 100644 --- a/libgo/go/runtime/debug.go +++ b/libgo/go/runtime/debug.go @@ -57,7 +57,6 @@ type MemStatsType struct { MSpanSys uint64 MCacheInuse uint64 // mcache structures MCacheSys uint64 - MHeapMapSys uint64 // heap map BuckHashSys uint64 // profiling bucket hash table // Garbage collector statistics. @@ -70,7 +69,8 @@ type MemStatsType struct { // Per-size allocation statistics. // Not locked during update; approximate. - BySize [67]struct { + // 61 is NumSizeClasses in the C code. + BySize [61]struct { Size uint32 Mallocs uint64 Frees uint64