#pragma once #include namespace mx::memory::reclamation { using epoch_t = std::uint32_t; }