aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/unittest/test_arena.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-03-03Add assert()'s to silence some gcc -fanalyzer warningsSamuel Lidén Borell1-0/+1
2023-12-27codegen: Don't rely on unsigned/size_t being 32 bitsSamuel Lidén Borell1-2/+2
2023-12-25Tests: Fix test failure when alignment of size_t < 4Samuel Lidén Borell1-12/+34
2023-07-21Remove output files on errorSamuel Lidén Borell1-1/+1
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-06-17Fix some warnings from clang-analyzeSamuel Lidén Borell1-10/+11
2023-04-24Factor out configuration into a separate objectSamuel Lidén Borell1-29/+107
2022-09-03Fix half-allocated state on OoM when growing arena listSamuel Lidén Borell1-8/+9
2022-09-03Multi-directory makefile + break out testing functionsSamuel Lidén Borell1-0/+2
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-08-04Fix cppcheck warnings and silence false positivesSamuel Lidén Borell1-1/+1
2022-08-04Free memory in OoM-testSamuel Lidén Borell1-1/+1
2022-05-21Tests: Fix arena tests on 32 bit platformsSamuel Lidén Borell1-3/+3
2022-05-10Set up built-in typesSamuel Lidén Borell1-8/+46
2022-04-24Fixes for building/running on WindowsSamuel Lidén Borell1-12/+12
2022-02-16Increase usage of (static) const and fix some incorrect usageSamuel Lidén Borell1-1/+1
2022-02-16Add cppcheck target to Makefile and fix warningsSamuel Lidén Borell1-6/+8
2022-01-02Rename structs/enums to avoid all-caps typesSamuel Lidén Borell1-31/+31
2021-12-27Fix alignment in persistent mode fuzzer code. Add test of alignment paddingSamuel Lidén Borell1-0/+18
2021-12-11Remove int return from msghandlerSamuel Lidén Borell1-2/+1
2021-10-31Rename aalloc_strndup to aalloc_memzdup. Refactor code to use itSamuel Lidén Borell1-3/+3
2021-08-28Add testing of out-of-memory handling, and fix bugsSamuel Lidén Borell1-0/+6
2021-08-14Fix compiler warnings from GCC v.10 with optimizationsSamuel Lidén Borell1-1/+1
2021-07-18Compile with more warning options, and fix found bugsSamuel Lidén Borell1-1/+1
2021-04-10Create output directories and executablesSamuel Lidén Borell1-1/+1
2021-03-27Add strndup with arena allocationSamuel Lidén Borell1-0/+72
2021-03-12Fix compiler warningsSamuel Lidén Borell1-1/+0
2021-03-10Add basic file read loop + unit tests of failuresSamuel Lidén Borell1-1/+1
2021-03-10Tests: Add tests of arena edge casesSamuel Lidén Borell1-28/+203
2021-03-08Tests: Add tests of the arena allocator, and fix bugsSamuel Lidén Borell1-0/+280
2021-03-07Add unit test of initparams. Fix null pointer accessSamuel Lidén Borell1-0/+32