summaryrefslogtreecommitdiffstats
path: root/test/test_malloc.c
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14Replace shared library malloc shim with explicit allocation testingDavid Robillard1-84/+0
The old approach was generally annoying to deal with sometimes, and not particularly portable. This replaces it by using the new custom allocator interface with unit tests that specifically check that failed allocation is handled properly.
2021-09-10Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2020-12-31Update copyright headersDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-29/+29
2020-12-31Avoid "else" after "return"David Robillard1-1/+3
2020-08-13Fix unused macro warning on MacOSDavid Robillard1-0/+2
2019-10-18Fix strange bug in test mallocDavid Robillard1-3/+9
With a certain program, this was failing to use the local malloc in the call stack of the dlsym, which resulted in an infinite recursion and crash. I have no idea why, other than the optimizer is somehow at fault. This fixes it.
2019-01-06Clean up includesDavid Robillard1-5/+2
2014-12-18Add missing files.David Robillard1-0/+90
git-svn-id: http://svn.drobilla.net/zix/trunk@99 df6676b4-ccc9-40e5-b5d6-7c4628a128e3