aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_list.zig
diff options
context:
space:
mode:
authorLuuk de Gram <luuk@degram.dev>2023-01-13 06:31:00 +0100
committerLuuk de Gram <luuk@degram.dev>2023-01-13 16:41:27 +0100
commit5468684456b13b6465c4fcd50c072e5d5c8536a3 (patch)
tree11bc75c13275bc6328c3a2efefff059ce73c0f3b /lib/std/array_list.zig
parentc77ca9174976a9fb8769276ce913e761d66af1de (diff)
downloadzig-5468684456b13b6465c4fcd50c072e5d5c8536a3.tar.gz
zig-5468684456b13b6465c4fcd50c072e5d5c8536a3.zip
wasm-linker: implement the __heap_end symbol
When any of the object files reference the __heap_end symbol, we will create it as a synthetic symbol. The symbol only exists within the linker and will not be emit within the binary as it's solely used for relocations. The symbol represents where the heap ends, so allocators can determine whether to allocate a new page or not.
Diffstat (limited to 'lib/std/array_list.zig')
0 files changed, 0 insertions, 0 deletions