| 1209 | extern "C" |
| 1210 | { |
| 1211 | void omSingOutOfMemoryFunc() |
| 1212 | { |
| 1213 | fprintf(stderr, "\nSingular error: no more memory\n"); |
| 1214 | omPrintStats(stderr); |
| 1215 | m2_end(14); |
| 1216 | /* should never get here */ |
| 1217 | exit(1); |
| 1218 | } |
| 1219 | } |
| 1220 | |
| 1221 | #ifdef HAVE_FLINT |
nothing calls this directly
no test coverage detected