const std = @import("std"); const gpa_impl = std.heap.GeneralPurposeAllocator(.{}); pub const gpa = gpa_impl.allocator();