diff options
author | Russ Cox <rsc@golang.org> | 2009-10-06 19:40:35 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-10-06 19:40:35 -0700 |
commit | db62e99a735a036afda2098f1a721fe8dbf6ce76 (patch) | |
tree | 0659cc93b73ec28c8a1b46725f0c3d540bda5daf /src/pkg/malloc/malloc.go | |
parent | 184ae37561c4cfc3b2351312d3793c5788f67ae8 (diff) | |
download | golang-db62e99a735a036afda2098f1a721fe8dbf6ce76.tar.gz |
apply gofmt to malloc math once os
R=gri
DELTA=566 (4 added, 14 deleted, 548 changed)
OCL=35410
CL=35419
Diffstat (limited to 'src/pkg/malloc/malloc.go')
-rw-r--r-- | src/pkg/malloc/malloc.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pkg/malloc/malloc.go b/src/pkg/malloc/malloc.go index fec53f08f..838b92f5f 100644 --- a/src/pkg/malloc/malloc.go +++ b/src/pkg/malloc/malloc.go @@ -9,11 +9,11 @@ package malloc type Stats struct { - Alloc uint64; - Sys uint64; - Stacks uint64; + Alloc uint64; + Sys uint64; + Stacks uint64; InusePages uint64; - NextGC uint64; + NextGC uint64; EnableGC bool; } |