mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 15:05:45 -07:00
where clone_to_cstring is used with foreign code, it is prefered to use `context.temp_allocator` instead of using the general allocator and manually delete the memory after use.