diff options
| author | nasr <nsrddyn@gmail.com> | 2026-04-17 17:49:10 +0200 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-04-17 17:50:28 +0200 |
| commit | 078e21a1feb811f9ef7797ce3ee5d2e8ffcccfce (patch) | |
| tree | c1121bed141fb536be6b21a6fc54ccd2b5ac7302 /source/base/base_arena.c | |
| parent | 9d09d66a273f68fae7efb71504bf40c664b91983 (diff) | |
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 <nsrddyn@gmail.com>
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 <nsrddyn@gmail.com>
Diffstat (limited to 'source/base/base_arena.c')
| -rwxr-xr-x | source/base/base_arena.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 110 | } | 110 | } |
| 111 | else | 111 | else |
| 112 | { | 112 | { |
| 113 | verify(0); | 113 | // warn(0); |
| 114 | } | 114 | } |
| 115 | |||
| 115 | return NULL; | 116 | return NULL; |
| 116 | } | 117 | } |
| 117 | 118 | ||
