| 118 | } |
| 119 | |
| 120 | NORETURN void _out_of_memory(const char *msg, const char *file, int line) |
| 121 | { |
| 122 | rprintf(FERROR, "[%s] out of memory: %s (file=%s, line=%d)\n", who_am_i(), msg, src_file(file), line); |
| 123 | exit_cleanup(RERR_MALLOC); |
| 124 | } |
| 125 | |
| 126 | NORETURN void _overflow_exit(const char *msg, const char *file, int line) |
| 127 | { |