|
@@ -12,6 +12,7 @@ Memory_Block :: struct {
|
|
capacity: uint,
|
|
capacity: uint,
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// NOTE: This is for internal use, prefer `Arena` from `core:mem/virtual` if necessary
|
|
Arena :: struct {
|
|
Arena :: struct {
|
|
backing_allocator: Allocator,
|
|
backing_allocator: Allocator,
|
|
curr_block: ^Memory_Block,
|
|
curr_block: ^Memory_Block,
|