MCPcopy 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
86static void
87test_app_free(struct test_app *app)
88{
89 free(app);
90}
91
92static int
93test_app_create_vdev(struct test_app *app)

Callers 2

test_setupFunction · 0.85
test_teardownFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected