added todo

This commit is contained in:
2025-12-02 21:26:10 +01:00
parent 37c703bea6
commit 5d22f8c47a
+1
View File
@@ -182,6 +182,7 @@ void allocator_reset(allocator_t this) {
this.vtbl->reset(this.this); this.vtbl->reset(this.this);
} }
// TODO: rename std_allocator.c to forever_allocator.c
#include "std_allocator.c" #include "std_allocator.c"
#include "buffer_allocator.c" #include "buffer_allocator.c"
#include "borrow_allocator.c" #include "borrow_allocator.c"