This commit is contained in:
parent
362b2c2cef
commit
e112876796
@ -1,4 +1,4 @@
|
||||
const std = @import("std");
|
||||
|
||||
const gpa_impl = std.heap.GeneralPurposeAllocator(.{});
|
||||
var gpa_impl = std.heap.GeneralPurposeAllocator(.{}){};
|
||||
pub const gpa = gpa_impl.allocator();
|
||||
|
Loading…
Reference in New Issue
Block a user