diff options
| author | --author=Liam <byteslice@airmail.cc> | 2023-11-17 20:25:23 +0200 |
|---|---|---|
| committer | t895 <clombardo169@gmail.com> | 2023-11-25 00:46:15 -0500 |
| commit | 29e7d79a869090a39127442cb9553bf46a8cd009 (patch) | |
| tree | ab78918937ec14a0559312411d944aec18cfb659 /src/common/CMakeLists.txt | |
| parent | 20011dfeb8d1fa00a862e9b31ce10ceca8015fa2 (diff) | |
common: Add free region manager
* Abstraction for placeholder region tracking in host_memory
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 7107f4f78..98fd5f1e4 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -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 |
