Page MenuHomeFreeBSD

[unix(4) cleanup 5/8] Avoid an unnecessary malloc() for dgram sockets.
ClosedPublic

Authored by markj on Sep 2 2020, 4:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 27, 4:26 AM
Unknown Object (File)
Sat, Oct 25, 3:56 AM
Unknown Object (File)
Sat, Oct 25, 3:56 AM
Unknown Object (File)
Sat, Oct 25, 3:56 AM
Unknown Object (File)
Fri, Oct 24, 9:29 PM
Unknown Object (File)
Fri, Oct 17, 7:02 AM
Unknown Object (File)
Oct 9 2025, 12:31 AM
Unknown Object (File)
Oct 4 2025, 8:23 PM
Subscribers

Details

Summary

The allocated memory is only required for SOCK_STREAM and SOCK_SEQPACKET
sockets.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable