mem: rename Allocator primitives to alloc_bytes/dealloc_bytes (Phase 4 naming pulled forward, Agra-approved)
This commit is contained in:
@@ -45,7 +45,7 @@ StateStore :: struct {
|
||||
}
|
||||
|
||||
// Create new entry
|
||||
data : [*]u8 = xx self.parent_allocator.alloc(size_of(T));
|
||||
data : [*]u8 = xx self.parent_allocator.alloc_bytes(size_of(T));
|
||||
memcpy(data, @default, size_of(T));
|
||||
self.entries.append(.{
|
||||
id = id,
|
||||
|
||||
Reference in New Issue
Block a user