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 20011dfeb8
commit 29e7d79a86
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