const use_safe_allocator = !is_wasm and switch (builtin.mode)
const use_safe_allocator = !is_wasm and switch (builtin.mode) { .debug, .safe => true, .fast, .small => !builtin.link_libc and builtin.single_threaded, // Also not ideal. }