Commit Graph

7 Commits

Author SHA1 Message Date
roodletoof 83a8526a78 update 2025-12-03 18:26:32 +01:00
roodletoof 01b8150625 refactor
remove the free function entirely. all allocators are now expected to
implement reset instead. I reallized I never ever want to free an
individual allocation ever again. The forever_allocator is a special
case wherEreset is a no-op. The arena allocator was deleted. It will be
replaced soon.
2025-12-02 20:21:12 +01:00
roodletoof d4451196f6 some progress on the arena allocator 2025-11-18 21:54:38 +01:00
roodletoof c240443828 rename allocator to cig 2025-10-11 03:31:23 +02:00
roodletoof a20833f4ee borrow allocator implementation 2025-10-08 22:16:31 +02:00
roodletoof 6ffbc05f52 some small progress on the borrow allocator 2025-10-07 20:38:19 +02:00
roodletoof 4463c6a7c5 WIP borrow allocator 2025-10-06 22:26:08 +02:00