const use_safe_allocator = switch (builtin.mode)
const use_safe_allocator = switch (builtin.mode) { .debug, .safe => true, .fast, .small => false, }