This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user