This structure holds data associated with a memory modification event.
More...
#include <memory_manager.hpp>
|
| ADDR | addr |
| | Start address where memory was changed.
|
| |
| size_t | sz |
| | Size of the modified memory.
|
| |
This structure holds data associated with a memory modification event.
◆ ARION_MEM_EDIT()
| arion::ARION_MEM_EDIT::ARION_MEM_EDIT |
( |
ADDR |
addr, |
|
|
size_t |
sz |
|
) |
| |
|
inline |
Builder for ARION_MEM_EDIT instances.
- Parameters
-
| [in] | addr | Start address where memory was changed. |
| [in] | sz | Size of the modified memory. |
◆ addr
| ADDR arion::ARION_MEM_EDIT::addr |
Start address where memory was changed.
◆ sz
| size_t arion::ARION_MEM_EDIT::sz |
Size of the modified memory.
The documentation for this struct was generated from the following file: