MCPcopy Create free account
hub / github.com/codr7/hacktical-c / main

Function main

benchmarks.c:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "malloc2/benchmarks.c"
6
7int main() {
8 fix_benchmarks();
9 malloc2_benchmarks();
10 dsl_benchmarks();
11
12 hc_errors_deinit();
13 return 0;
14}

Callers

nothing calls this directly

Calls 4

fix_benchmarksFunction · 0.85
malloc2_benchmarksFunction · 0.85
dsl_benchmarksFunction · 0.85
hc_errors_deinitFunction · 0.85

Tested by

no test coverage detected