Nothing
This commit is contained in:
@@ -599,7 +599,7 @@ const import = struct {
|
|||||||
|
|
||||||
pub const Allocator = struct {
|
pub const Allocator = struct {
|
||||||
const alignment_bytes = 16;
|
const alignment_bytes = 16;
|
||||||
const alignment: std.mem.Alignment = .fromByteUnits(alignment_bytes);
|
const alignment = std.mem.Alignment.fromByteUnits(alignment_bytes);
|
||||||
|
|
||||||
const AllocationPtr = *align(alignment_bytes) anyopaque;
|
const AllocationPtr = *align(alignment_bytes) anyopaque;
|
||||||
const AllocationSlice = []align(alignment_bytes) u8;
|
const AllocationSlice = []align(alignment_bytes) u8;
|
||||||
|
|||||||
Reference in New Issue
Block a user