mem: rename Allocator primitives to alloc_bytes/dealloc_bytes (Phase 4 naming pulled forward, Agra-approved)
This commit is contained in:
@@ -10,7 +10,7 @@ main :: () -> void {
|
||||
|
||||
new_ctx := Context.{ allocator = xx arena, data = context.data };
|
||||
push new_ctx {
|
||||
ptr := context.allocator.alloc(128);
|
||||
ptr := context.allocator.alloc_bytes(128);
|
||||
out("inside push\n");
|
||||
}
|
||||
out("after push\n");
|
||||
|
||||
Reference in New Issue
Block a user