| 63 | |
| 64 | private: |
| 65 | struct Header { |
| 66 | int _pos; |
| 67 | }; |
| 68 | enum class ProtectMemPage { On, Off }; |
| 69 | int blockIndex(const boost::context::stack_context& ctx) const; |
| 70 | bool isManaged(const boost::context::stack_context& ctx) const; |
nothing calls this directly
no outgoing calls
no test coverage detected