diff options
Diffstat (limited to 'src/pkg/malloc/malloc.go')
-rw-r--r-- | src/pkg/malloc/malloc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/malloc/malloc.go b/src/pkg/malloc/malloc.go index 66708a680..ba15f04ab 100644 --- a/src/pkg/malloc/malloc.go +++ b/src/pkg/malloc/malloc.go @@ -17,6 +17,8 @@ type Stats struct { Stacks uint64; InusePages uint64; NextGC uint64; + Lookups uint64; + Mallocs uint64; EnableGC bool; } |