Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
939
static void free_mvec(struct msg_vec *mvec)
940
{
941
free(mvec->iov);
942
mvec->iov = NULL;
943
}
944
945
static void init_mvec(struct msg_vec *mvec)
946
{
Callers
1
free_msgs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected