Page MenuHomeFreeBSD

cam/iosched: Use better malloc idiom
ClosedPublic

Authored by imp on Jul 19 2024, 5:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 5, 7:00 PM
Unknown Object (File)
Sun, Oct 27, 3:50 AM
Unknown Object (File)
Sat, Oct 19, 1:12 PM
Unknown Object (File)
Sat, Oct 19, 1:12 PM
Unknown Object (File)
Sat, Oct 19, 1:11 PM
Unknown Object (File)
Sat, Oct 19, 12:48 PM
Unknown Object (File)
Oct 17 2024, 12:05 AM
Unknown Object (File)
Oct 2 2024, 7:39 AM
Subscribers
None

Details

Summary

Allocate to a simple poiter, use that everywhere, then return it at the
end. The code looks cleaner.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Jul 19 2024, 5:58 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 20 2024, 7:59 PM
This revision was automatically updated to reflect the committed changes.