forked from WebAssembly/wasi-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use __heap_base by dlmalloc (WebAssembly#114)
* add explicit allocator initialization * move init to a better place * fix warnings * add __wasilibc_try_init_allocator * move initialization to dlmalloc() * fix typos * fix identations * follow style guide * review changes
- Loading branch information
1 parent
a94d2d0
commit a214f1c
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ __floatsitf | |
__floatunsitf | ||
__getf2 | ||
__gttf2 | ||
__heap_base | ||
__letf2 | ||
__lttf2 | ||
__netf2 | ||
|