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

Function rte_free

dpdk/lib/eal/common/rte_malloc.c:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void
42rte_free(void *addr)
43{
44 mem_free(addr, true);
45}
46
47void
48eal_free_no_trace(void *addr)

Callers 15

ff_ipc_msg_freeFunction · 0.85
bridge_interfacesFunction · 0.85
rte_lpm6_createFunction · 0.85
rte_lpm6_freeFunction · 0.85
rte_lpm_createFunction · 0.85
rte_lpm_freeFunction · 0.85
handle_msgFunction · 0.85
ff_dpdk_runFunction · 0.85
rte_mempool_freeFunction · 0.85
rte_mempool_cache_freeFunction · 0.85

Calls 1

mem_freeFunction · 0.70

Tested by 15

test_rawdev_start_stopFunction · 0.68
main_loopFunction · 0.68
main_loopFunction · 0.68
comp_perf_free_memoryFunction · 0.68
main_loopFunction · 0.68
cperf_latency_test_freeFunction · 0.68
cperf_verify_test_freeFunction · 0.68
cperf_verify_opFunction · 0.68