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

Function pipeline_msg_free

dpdk/examples/ip_pipeline/thread.c:740–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740static void
741pipeline_msg_free(struct pipeline_msg_rsp *rsp)
742{
743 free(rsp);
744}
745
746static struct pipeline_msg_rsp *
747pipeline_msg_send_recv(struct pipeline *p,

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected