aboutsummaryrefslogtreecommitdiff
path: root/system/lib/dlmalloc.c
AgeCommit message (Collapse)Author
2013-08-08fix typoAlon Zakai
2013-08-08collect malloc defaults for emscripten, and do not try to trimAlon Zakai
2013-04-27Flag malloc_usable_size as weak.Bruce Mitchener
This makes it match the other malloc symbols.
2013-03-25remove symbol removing hack; export all malloc symbols as weak; add test for ↵1.3.5Alon Zakai
a case where symbol removing made us not merge llvm constructors properly
2013-02-12Update to dlmalloc 2.8.6 and set HAVE_MMAP to 0 only if compiling under ↵Jukka Jylänki
EMSCRIPTEN to fix an allocator failure issue on OSX when building test_dlmalloc to native code. Fixes #730.
2012-09-25Add a marker showing that we changed an upstream library.Chad Austin
2012-09-25Fix a warning under -WallChad Austin
2012-01-18move dlmalloc to system/libAlon Zakai