const gpa = switch (builtin.mode)
const gpa = switch (builtin.mode) { .debug, .safe => safe_allocator.allocator(), .fast, .small => std.heap.smp_allocator, }