MCPcopy Create free account
hub / github.com/F-Stack/f-stack / stack_free

Function stack_free

dpdk/drivers/mempool/stack/rte_mempool_stack.c:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static void
71stack_free(struct rte_mempool *mp)
72{
73 struct rte_stack *s = mp->pool_data;
74
75 rte_stack_free(s);
76}
77
78static struct rte_mempool_ops ops_stack = {
79 .name = "stack",

Callers

nothing calls this directly

Calls 1

rte_stack_freeFunction · 0.85

Tested by

no test coverage detected