Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ env_free
Function
env_free
dpdk/lib/table/rte_swx_table_wm.c:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
static void
29
env_free(void *start, size_t size __rte_unused)
30
{
31
rte_free(start);
32
}
33
34
#else
35
Callers
1
table_free
Function · 0.70
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected