summaryrefslogtreecommitdiff
path: root/dlmalloc/src
AgeCommit message (Expand)Author
2023-03-06Don't use sbrk(0) to determine the initial heap size (#377)Alex Crichton
2021-03-18Update to musl 1.2.2.Dan Gohman
2020-09-23activate the use of __heap_base (#215)vms
2020-01-16Convert more wasi-libc code to `//`-style comments. (#153)Dan Gohman
2019-11-07Temporarily disable the use of `__heap_base`. (#132)Dan Gohman
2019-11-05Use __heap_base by dlmalloc (#114)vms
2019-10-11Remove -fno-builtin. (#104)Dan Gohman
2019-09-07Set the MALLOC_ALIGNMENT to 16.Dan Gohman
2019-04-23Make calloc set ENOMEM when failing due to overflow.Dan Gohman
2019-04-15Fix miscellaneous lint warnings.Dan Gohman
2019-03-27WASI libc prototype implementation.Dan Gohman
2019-01-10Add a malloc implementation using dlmalloc.Dan Gohman