Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Send actor action probes one at a time
[simgrid.git] / src / mc / mc_mmu.hpp
index 83f57e884368f225f9a70c496ec5acca2e58e88f..bbeedf1e7d7df33f25370713902ac2a6ed84098f 100644 (file)
@@ -6,18 +6,10 @@
 #ifndef SIMGRID_MC_MMU_HPP
 #define SIMGRID_MC_MMU_HPP
 
+#include "xbt/misc.h"
 #include <cstdint>
 #include <utility>
 
-#ifndef XBT_ALWAYS_INLINE
-#define XBT_ALWAYS_INLINE inline __attribute__((always_inline))
-#endif
-
-/** Size of a memory page for the current system. */
-extern "C" int xbt_pagesize;
-/** Number of bits of addresses inside a given page, log2(xbt_pagesize). */
-extern "C" int xbt_pagebits;
-
 namespace simgrid::mc::mmu {
 // TODO, do not depend on xbt_pagesize/xbt_pagebits but our own chunk size