From 078e21a1feb811f9ef7797ce3ee5d2e8ffcccfce Mon Sep 17 00:00:00 2001 From: nasr Date: Fri, 17 Apr 2026 17:49:10 +0200 Subject: feature(main): during my work on other projects I improved the base library a bit. this is a drag and drop of that in the project. the next steps exit out of implementing lineair regression and attempting to calcualte what the value would be of a key in the btree... Signed-off-by: nasr feature(main): during my work on other projects I improved the base library a bit. this is a drag and drop of that in the project. the next steps exit out of implementing lineair regression and attempting to calcualte what the value would be of a key in the btree... Signed-off-by: nasr --- source/base/base_arena.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/base/base_arena.c') diff --git a/source/base/base_arena.c b/source/base/base_arena.c index 7e9c44b..8fc8c13 100755 --- a/source/base/base_arena.c +++ b/source/base/base_arena.c @@ -110,8 +110,9 @@ arena_resize_align(mem_arena *arena, void *old_memory, u64 new_size, u64 old_siz } else { - verify(0); + // warn(0); } + return NULL; } -- cgit v1.3