From 5d22f8c47a20e29510e0f13d70783a6e87a6da49 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Tue, 2 Dec 2025 21:26:10 +0100 Subject: [PATCH] added todo --- cig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cig.h b/cig.h index 7d969cf..9572b0f 100644 --- a/cig.h +++ b/cig.h @@ -182,6 +182,7 @@ void allocator_reset(allocator_t this) { this.vtbl->reset(this.this); } +// TODO: rename std_allocator.c to forever_allocator.c #include "std_allocator.c" #include "buffer_allocator.c" #include "borrow_allocator.c"