| 1231 | } |
| 1232 | |
| 1233 | int opt_report(void *optctx, const char *opt, const char *arg) |
| 1234 | { |
| 1235 | return init_report(NULL, NULL); |
| 1236 | } |
| 1237 | |
| 1238 | int opt_max_alloc(void *optctx, const char *opt, const char *arg) |
| 1239 | { |
nothing calls this directly
no test coverage detected