Utils.dumpMem

Dumps the memory block into a hex representation. Useful for debugging.

class Utils
static
void
dumpMem
(
char* mem
,
uint size
)

Parameters

mem char*

a pointer to the memory to dump

size uint

the size of the memory block to dump

Meta