Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_app_free
Function
test_app_free
dpdk/app/test/test_dispatcher.c:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
static void
87
test_app_free(struct test_app *app)
88
{
89
free(app);
90
}
91
92
static int
93
test_app_create_vdev(struct test_app *app)
Callers
2
test_setup
Function · 0.85
test_teardown
Function · 0.85
Calls
1
free
Function · 0.50
Tested by
no test coverage detected