Add comment state to prefer virtual.Arena over runtime.Arena

This commit is contained in:
gingerBill
2024-05-14 18:37:23 +01:00
parent 9a487ccb6f
commit 61826594c9
@@ -12,6 +12,7 @@ Memory_Block :: struct {
capacity: uint,
}
// NOTE: This is for internal use, prefer `Arena` from `core:mem/virtual` if necessary
Arena :: struct {
backing_allocator: Allocator,
curr_block: ^Memory_Block,