refactor: move thing allocator to a separate file

Closes: #44
This commit is contained in:
2026-07-03 19:51:09 +02:00
parent 575054b75a
commit 484e16963f
3 changed files with 111 additions and 99 deletions
+1
View File
@@ -7,6 +7,7 @@
#include "furvm/handle.hpp"
#include "furvm/module.hpp" // IWYU pragma: keep
#include "furvm/thing.hpp" // IWYU pragma: keep
#include "furvm/thing_allocator.hpp"
#include <cstddef>
#include <utility>