]> git.proxmox.com Git - wasi-libc.git/commit - Makefile
Add a malloc implementation using dlmalloc.
authorDan Gohman <sunfish@mozilla.com>
Wed, 9 Jan 2019 00:55:11 +0000 (16:55 -0800)
committerDan Gohman <sunfish@mozilla.com>
Thu, 10 Jan 2019 23:42:34 +0000 (15:42 -0800)
commitdbfccac2e4544bef741d858084ce29fa71ffcaaa
treec205506652da5561607bd80741acbf868cb9ac40
parent55fef5877b41c6f611e0f63ad323e38323754c80
Add a malloc implementation using dlmalloc.
LICENSE
Makefile
basics/include/errno.h [new file with mode: 0644]
dlmalloc/LICENSE [new file with mode: 0644]
dlmalloc/include/unistd.h [new file with mode: 0644]
dlmalloc/src/malloc.c [new file with mode: 0644]
dlmalloc/src/wrapper.c [new file with mode: 0644]