From 0ef4e93fe3bea4356fdee2c647b2dbc54cc2d3d0 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Tue, 4 Aug 2015 09:02:31 -1000 Subject: Clarify, rename, and FAQ memory allocation --- Modules.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Modules.md') diff --git a/Modules.md b/Modules.md index 435788f..b91aba2 100644 --- a/Modules.md +++ b/Modules.md @@ -108,8 +108,9 @@ to allow *explicitly* sharing linear memory between multiple modules. ## Initial state of linear memory A module will contain a section declaring the linear memory size (initial and -maximum size allowed by `sbrk`) and the initial contents of memory (analogous -to `.data`, `.rodata`, `.bss` sections in native executables). +maximum size allowed by [`resize_memory`](AstSemantics.md#resizing) and the +initial contents of memory (analogous to `.data`, `.rodata`, `.bss` sections in +native executables). ## Code section -- cgit v1.2.3