Browse Source

Beginning porting Emscripten's emmalloc to wasi-libc.

emmalloc.c is derived from Emscripten at this path here:

https://github.com/emscripten-core/emscripten/blob/main/system/lib/emmalloc.c
pull/347/head
Dan Gohman 2 years ago
parent
commit
f8eaf0028c
  1. 1
      LICENSE
  2. 1429
      emmalloc/emmalloc.c

1
LICENSE

@ -7,6 +7,7 @@ Portions of this software are derived from third-party works covered by
their own licenses:
dlmalloc/ - CC0; see the notice in malloc.c for details
emmalloc/ - MIT; see the notice in emmalloc.c for details
libc-bottom-half/cloudlibc/ - BSD-2-Clause; see the LICENSE file for details
libc-top-half/musl/ - MIT; see the COPYRIGHT file for details

1429
emmalloc/emmalloc.c

File diff suppressed because it is too large
Loading…
Cancel
Save