Memory Control

Memory Program

If you type the “memory” command in the chell,
you will see the program for showing memory informations, such as:

– RAM or ROM size,
– Usage of memory
– Memory alignment
– And sizes of few sections

But more important thing hides under the “Show Allocations” menu.
It’s here, where you can see list of allocated memory.
There is not a way to allocate memory in the ChocoOS without specify “Allocator”
that describes module requesting for. It is very useful to find a memory leakage.

IMPORTANT NOTE:

The program, that you see DOES NOT USE LCD! It is displayed by using VT100 terminal standard.

 All that you need is UART.

Leave a Comment

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
*
*