Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ of_close_dir
Function
of_close_dir
dpdk/drivers/common/dpaax/dpaa_of.c:32–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
static void
33
of_close_dir(struct dirent **d, int num)
34
{
35
while (num--)
36
free(d[num]);
37
free(d);
38
}
39
40
static int
41
of_open_file(const char *relative_path)
Callers
1
process_dir
Function · 0.85
Calls
1
free
Function · 0.50
Tested by
no test coverage detected