Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ stats_mem_fini
Function
stats_mem_fini
dpdk/lib/graph/graph_stats.c:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
static void
256
stats_mem_fini(struct rte_graph_cluster_stats *stats)
257
{
258
free(stats);
259
}
260
261
static void
262
cluster_init(struct cluster *cluster)
Callers
1
rte_graph_cluster_stats_create
Function · 0.85
Calls
1
free
Function · 0.50
Tested by
no test coverage detected