const z = @import( "std" ); pub var gpa = z.heap.GeneralPurposeAllocator( .{ .thread_safe = true, .stack_trace_frames = 64 } ){}; pub const alloc = gpa.allocator();