aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md5
1 files changed, 3 insertions, 2 deletions
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