diff options
Diffstat (limited to 'src/common/util_linux.odin')
| -rw-r--r-- | src/common/util_linux.odin | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/util_linux.odin b/src/common/util_linux.odin new file mode 100644 index 0000000..203702e --- /dev/null +++ b/src/common/util_linux.odin @@ -0,0 +1,6 @@ +package common + +import "core:mem/virtual" + +Growing_Arena :: virtual.Growing_Arena +growing_arena_allocator :: virtual.growing_arena_allocator
\ No newline at end of file |