added warning to arena allocator

This commit is contained in:
2025-12-01 21:16:41 +01:00
parent 58534670f8
commit ef8d51f153
+1 -1
View File
@@ -105,7 +105,7 @@ allocator_t borrow_allocator_interface(borrow_allocator_t *this);
(linked_allocation_node_t *)1)) \ (linked_allocation_node_t *)1)) \
for (int UNIQUE = 0; UNIQUE < 1; UNIQUE++) 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 // 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 // chunk. But it does not require you to know how much memory you need