Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
int 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_benchmarks
Function · 0.85
malloc2_benchmarks
Function · 0.85
dsl_benchmarks
Function · 0.85
hc_errors_deinit
Function · 0.85
Tested by
no test coverage detected