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

Function trie_free

dpdk/lib/fib/trie.c:688–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688void
689trie_free(void *p)
690{
691 struct rte_trie_tbl *dp = (struct rte_trie_tbl *)p;
692
693 rte_free(dp->tbl8_pool);
694 rte_free(dp->tbl8);
695 rte_free(dp);
696}

Callers 1

free_dataplaneFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected