summaryrefslogtreecommitdiff
path: root/src/pkg/malloc/malloc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/malloc/malloc.go')
-rw-r--r--src/pkg/malloc/malloc.go8
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;
}