diff options
author | Dan Gohman <dev@sunfishcode.online> | 2022-10-17 13:36:19 -0700 |
---|---|---|
committer | Dan Gohman <dev@sunfishcode.online> | 2022-10-17 16:39:06 -0700 |
commit | 4b24e9be175d75c92e5adb40622fd7524abcef60 (patch) | |
tree | ecfba49240054621760cfcc4d46e8b351a94feab /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 308b4bca14ffb8d97075dbb653ba96c632406a78 (diff) | |
download | llvm-4b24e9be175d75c92e5adb40622fd7524abcef60.zip llvm-4b24e9be175d75c92e5adb40622fd7524abcef60.tar.gz llvm-4b24e9be175d75c92e5adb40622fd7524abcef60.tar.bz2 |
[wasm-ld] Define a `__heap_end` symbol marking the end of allocated memory.
Define a `__heap_end` symbol that marks the end of the memory region
that starts at `__heap_base`. This will allow malloc implementations to
know how much memory they can use at `__heap_base` even if someone has
done a `memory.grow` before they can initialize their state.
Differential Revision: https://reviews.llvm.org/D136110
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions