Commit Graph

2 Commits

Author SHA1 Message Date
takase1121 a5d466d6cf arena_allocator: return lxl_arena instead of initializing an existing struct 2024-10-22 17:17:40 +02:00
takase1121 9293a317cd allocator: add arena_allocator
This allocator uses Lua userdatas for dynamic allocation
that is automatically freed when the current scope exits.
2024-10-22 17:17:40 +02:00