twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
66 stars 13 forks source link

Implement freelist compaction for DMA pool. #92

Closed dbittman closed 1 year ago

dbittman commented 1 year ago

Finishes the DMA pool aspect of the DMA RFC ( https://github.com/twizzler-operating-system/twizzler/issues/84 ). Adds in automatic compaction of the freelist when a region is freed.