common: Add free region manager

* Abstraction for placeholder region tracking in host_memory
This commit is contained in:
--author=Liam 2023-11-17 20:25:23 +02:00 committed by t895
parent d4ff9e191b
commit 5e96634f40
2 changed files with 56 additions and 0 deletions

View file

@ -52,6 +52,7 @@ add_library(common STATIC
fiber.cpp
fiber.h
fixed_point.h
free_region_manager.h
fs/file.cpp
fs/file.h
fs/fs.cpp