| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/xalloc-die.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | void | - |
| 8 | xalloc_die (void) | - |
| 9 | { | - |
| 10 | error (exit_failure, 0, "%s", | - |
| 11 | dcgettext (((void *)0), | - |
| 12 | "memory exhausted" | - |
| 13 | , 5) | - |
| 14 | ); | - |
| 15 | - | |
| 16 | - | |
| 17 | - | |
| 18 | - | |
| 19 | - | |
| 20 | abort (); never executed: abort (); | 0 |
| 21 | } | - |
| Switch to Source code | Preprocessed file |