MCPcopy Create free account
hub / github.com/axboe/liburing / free_mvec

Function free_mvec

examples/proxy.c:939–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937}
938
939static void free_mvec(struct msg_vec *mvec)
940{
941 free(mvec->iov);
942 mvec->iov = NULL;
943}
944
945static void init_mvec(struct msg_vec *mvec)
946{

Callers 1

free_msgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected