summaryrefslogtreecommitdiffstats
path: root/tests/alloc.c
AgeCommit message (Expand)Author
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-04-19tests: Add ../src to the include pathTavian Barnes
2024-03-11Re-run include-what-you-useTavian Barnes
2024-02-29tests: New bfs_check() macroTavian Barnes
2024-01-12tests: Merge unit test executables into oneTavian Barnes
2023-11-09config: Add (de)allocator attributesTavian Barnes
2023-10-12diag: Move enum debug_flags out of ctx.hTavian Barnes
2023-10-06alloc: Test allocation size overflowsTavian Barnes
2023-06-20alloc: Implement an arena for flexible structsTavian Barnes
2023-06-20alloc: New header for memory allocation utilitiesTavian Barnes