WIP continue the work on arena allcoator implementation

This commit is contained in:
2025-11-17 20:23:42 +01:00
parent 92ca008516
commit 78cc6c5cae
5 changed files with 55 additions and 18 deletions
-2
View File
@@ -23,6 +23,4 @@ Test(macro_magic, default_values) {
cr_assert_eq(a1.is_true, true);
cr_assert_eq(a2.is_true, true);
cr_assert_eq(a3.is_true, false);
// TODO if there is an allocation error it does not actually cause a crash...
// FIX!!!
}