| 113 | class RuntimeConfigure { |
| 114 | public: |
| 115 | RuntimeConfigure() noexcept = default; |
| 116 | RuntimeConfigure(const RuntimeConfigure &RHS) noexcept |
| 117 | : MaxMemPage(RHS.MaxMemPage.load(std::memory_order_relaxed)), |
| 118 | Mode(RHS.Mode.load(std::memory_order_relaxed)), |