On Tue, Sep 1, 2009 at 14:20, Martin Grim<W.M.Grim at sron.nl> wrote: > > Hi, > > I'm a bit paranoid about memory usage on my system. Are there means within rtems to see amount of memory used or still free? > Compile RTEMS with MALLOC_STATS defined and call malloc_dump() in your program. Aleix