summaryrefslogtreecommitdiff
path: root/src/std/mem.h
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-17 15:01:54 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-17 15:01:54 +1100
commitc97327fcdcbe8b85d7718cfb722e1525986a8514 (patch)
tree9c0df938345bff356f8fcc97740afedb1f500b3d /src/std/mem.h
parent1afe4876cb8133c5b47fdcfeb07decc5565c4844 (diff)
parent51b4a3fc75351d6ecd2142c228d31a1f7ed52152 (diff)
Merge branch 'master' into transform-hierarchy
Diffstat (limited to 'src/std/mem.h')
-rw-r--r--src/std/mem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/std/mem.h b/src/std/mem.h
index c3ec61d..2f92894 100644
--- a/src/std/mem.h
+++ b/src/std/mem.h
@@ -22,4 +22,5 @@ arena arena_create(void* backing_buffer, size_t capacity);
void* arena_alloc(arena* a, size_t size);
void* arena_alloc_align(arena* a, size_t size, size_t align);
void arena_free_all(arena* a);
+void arena_free_storage(arena* a);
// TODO: arena_resize \ No newline at end of file