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

Function graph_fp_mem_destroy

dpdk/lib/graph/graph_populate.c:235–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235int
236graph_fp_mem_destroy(struct graph *graph)
237{
238 if (graph_pcap_is_enable())
239 graph_pcap_exit(graph->graph);
240
241 graph_nodes_mem_destroy(graph->graph);
242 return rte_memzone_free(graph->mz);
243}

Callers 3

rte_graph_createFunction · 0.85
rte_graph_destroyFunction · 0.85
graph_cloneFunction · 0.85

Calls 4

graph_pcap_is_enableFunction · 0.85
graph_pcap_exitFunction · 0.85
graph_nodes_mem_destroyFunction · 0.85
rte_memzone_freeFunction · 0.85

Tested by

no test coverage detected