Liblor / advanced_operating_systems_2020

Advanced Operating System Course at ETHZ
MIT License
19 stars 3 forks source link

Implement a range tracker #97

Closed eikendev closed 4 years ago

eikendev commented 4 years ago

This is a new member in the collections library. It tracks ranges, and can allocate pieces from ranges.

This shall be used in libmm and for paging regions and paging mappings.