Initial commit

This commit is contained in:
Jan Mühlig
2021-03-22 18:38:54 +01:00
commit ad8c48083c
128 changed files with 33166 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#pragma once
#include <cstdint>
namespace mx::memory::reclamation {
using epoch_t = std::uint32_t;
}