Not sure why we need a separate malloc type here.
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential D54134
sound: Retire M_MIDI and use M_DEVBUF Authored by christos on Dec 8 2025, 5:50 PM. Tags None Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions You never "need" a separate malloc() type. It just helps maintain accounting to see which subsystems are using memory. I don't see why it's useful to remove this. |