diff options
Diffstat (limited to 'src/pkg/runtime/malloc.goc')
| -rw-r--r-- | src/pkg/runtime/malloc.goc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/runtime/malloc.goc b/src/pkg/runtime/malloc.goc index 405b05ee96..f5ca9f9183 100644 --- a/src/pkg/runtime/malloc.goc +++ b/src/pkg/runtime/malloc.goc @@ -244,6 +244,8 @@ runtime·allocmcache(void) return c; } +int32 runtime·sizeof_C_MStats = sizeof(MStats); + void runtime·mallocinit(void) { |
