MCPcopy Create free account
hub / github.com/Singular/Singular / omSingOutOfMemoryFunc

Function omSingOutOfMemoryFunc

Singular/misc_ip.cc:1211–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209extern "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

Callers

nothing calls this directly

Calls 2

omPrintStatsFunction · 0.85
m2_endFunction · 0.85

Tested by

no test coverage detected