aboutsummaryrefslogtreecommitdiff
path: root/tests/dlmalloc_test.c
AgeCommit message (Collapse)Author
2013-02-12Skip, or simulate success for the test_dlmalloc test that checks memory ↵Jukka Jylänki
allocation linearity/contiguity when compiling it natively to OSX. On that platform, this condition has been detected to not hold. Retain the check still for other platforms.
2011-10-08fix dlmalloc with typed arraysAlon Zakai
2011-07-08* Added support for automatically determining llvm-gcc/clang data layout in ↵max99x
emscripten.py. * Added a dlmalloc linking test. * Fixed double-evaling of JSON in emscripten.py when --dlmalloc is passed.