aboutsummaryrefslogtreecommitdiff
path: root/src/dlmalloc.c
AgeCommit message (Expand)Author
2012-01-18move dlmalloc to system/libAlon Zakai
2012-01-10Update stub malloc to byte-align by 8, update dlmalloc not to use mmap, and u...Jeff Terrace
2011-10-08fix dlmalloc speed regressionllvm-svn-pre-3.0llvm-svn-backupAlon Zakai
2011-10-08mremapAlon Zakai
2011-10-08fix dlmalloc with typed arraysAlon Zakai
2011-10-06consolidate dlmalloc.c files; fixes test_dlmalloc_linkedAlon Zakai
2011-07-07Rewrite of emscripten.py:max99x