tosc-rs / mnemos

An Operating System for Building Small Computers
https://mnemos.dev
Apache License 2.0
234 stars 14 forks source link

feat(bitslab): add iterator over allocated indices #297

Closed hawkw closed 9 months ago

hawkw commented 9 months ago

This branch adds an iter_allocated() iterator to bitslab index allocators. I need this to implement Drop for TrickyPipe.