Hermes
|
Auxiliary logging class for printing blocks of memory. More...
Classes | |
struct | RegionLayout |
Memory region description. More... | |
Static Public Member Functions | |
template<typename T > | |
static std::string | dumpInfo (const T *data, std::size_t size) |
Dumps memory info about a given memory region. More... | |
template<typename T > | |
static std::string | dump (const T *data, std::size_t size, u32 bytes_per_row=8, const RegionLayout ®ion=RegionLayout(), memory_dumper_options options=memory_dumper_options::none) |
Dumps memory region. More... | |
Auxiliary logging class for printing blocks of memory.
|
inlinestatic |
Dumps memory region.
T |
data | |
size | |
bytes_per_row | |
region | |
options |
|
inlinestatic |
Dumps memory info about a given memory region.
T |
data | |
size |