Classes | |
class | miosix::MemoryProfiling |
Functions | |
void | miosix::mem_dump (char *start, int len) |
const char * | miosix::getMiosixVersion () |
The most notable ones are the utilities for memory profiling, grouped in the MemoryProfiling class.
const char * miosix::getMiosixVersion | ( | ) |
Allows to know the version of the kernel at runtime.
void miosix::mem_dump | ( | char * | start, | |
int | len | |||
) |
dump a memory area in this format 0x00000000 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
start | pointer to beginning of memory block to dump | |
len | length of memory block to dump |