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_em.c:36–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
static void
37
env_free(void *start, size_t size __rte_unused)
38
{
39
rte_free(start);
40
}
41
42
#else
43
Callers
1
table_free
Function · 0.70
Calls
1
rte_free
Function · 0.85
Tested by
no test coverage detected