summaryrefslogtreecommitdiffstats
path: root/tests/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename config.h to prelude.hTavian Barnes2024-04-191-1/+1
|
* tests: Add ../src to the include pathTavian Barnes2024-04-191-3/+3
|
* Re-run include-what-you-useTavian Barnes2024-03-111-0/+1
|
* tests: New bfs_check() macroTavian Barnes2024-02-291-10/+12
| | | | | We now report failures and continue, rather than aborting after the first failure.
* tests: Merge unit test executables into oneTavian Barnes2024-01-121-3/+3
|
* config: Add (de)allocator attributesTavian Barnes2023-11-091-0/+4
|
* diag: Move enum debug_flags out of ctx.hTavian Barnes2023-10-121-0/+1
|
* alloc: Test allocation size overflowsTavian Barnes2023-10-061-2/+10
|
* alloc: Implement an arena for flexible structsTavian Barnes2023-06-201-1/+13
|
* alloc: New header for memory allocation utilitiesTavian Barnes2023-06-201-0/+24