Commit Graph

3 Commits

Author SHA1 Message Date
Patrick Lühne 62ec122116
Remove memory statistics for interrupt safety
Reading the memory statistics requires a call to fopen, which uses the
async-signal-unsafe function malloc. For this reason, interrupting
Madagascar could lead to a crash when coinciding with allocations.

Removing the memory statistics doesn’t do much harm, as this can still
be read from an outside program such as the benchmark runner.
2018-01-31 18:28:49 +01:00
Patrick Lühne ffe5ae8914
Make Mp the default planner 2018-01-25 16:56:43 +01:00
Patrick Lühne 21571c20a1
Initial commit with Madagascar 2016-01-22 2018-01-25 16:51:58 +01:00