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

Function mqueue_freemsg

freebsd/kern/uipc_mqueue.c:1683–1687  ·  view source on GitHub ↗

* Free a message's memory */

Source from the content-addressed store, hash-verified

1681 * Free a message's memory
1682 */
1683static __inline void
1684mqueue_freemsg(struct mqueue_msg *msg)
1685{
1686 free(msg, M_MQUEUEDATA);
1687}
1688
1689/*
1690 * Send a message. if waitok is false, thread will not be

Callers 2

mqueue_sendFunction · 0.85
mqueue_receiveFunction · 0.85

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected