Commit Graph

9 Commits

Author SHA1 Message Date
roodletoof f579ddc3cb update array names to be shorter 2025-12-09 17:49:23 +01:00
roodletoof 234021cdf5 some cleanup 2025-12-06 14:36:57 +01:00
roodletoof 9214b986ac retab everything to use tabs 2025-12-03 19:38:43 +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 92ca008516 fixed it somehow, still WIP 2025-11-15 18:25:34 +01:00
roodletoof d36b6d2c45 things are fucky wucky 2025-11-06 19:42:59 +01:00
roodletoof 9b1eaea653 dynamic arrays seem to be working 2025-11-04 20:41:21 +01:00
roodletoof aa0a3d6a25 WIP 2025-10-25 19:05:17 +02:00
roodletoof f1d6b68e70 some progress on dynamic arrays 2025-10-16 21:57:30 +02:00