From ef8d51f1537baf6a7e900f5a161ee5630ab3efc6 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 1 Dec 2025 21:16:41 +0100 Subject: [PATCH] added warning to arena allocator --- cig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cig.h b/cig.h index e9ed84f..ff0c0bc 100644 --- a/cig.h +++ b/cig.h @@ -105,7 +105,7 @@ allocator_t borrow_allocator_interface(borrow_allocator_t *this); (linked_allocation_node_t *)1)) \ for (int UNIQUE = 0; UNIQUE < 1; UNIQUE++) -// arena allocators //////////////////////////////////////////////////////////// +// arena allocators // BUGGY! ////////////////////////////////////////////////// // The idea of this allocator is to allocate all required memory in a single // chunk. But it does not require you to know how much memory you need