summaryrefslogtreecommitdiffstats
path: root/doc/shell/memory.t (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Remove texinfo format documentation. Replaced by Sphinx formatted documentation.Joel Sherrill1-652/+0
closes #2812.
2015-01-22score: Delete superfluous Heap_Statistics::instanceSebastian Huber1-2/+0
This value depends on the _Heap_Initialize() call sequence and carries no useful information.
2014-11-28score: Add heap statisticsSebastian Huber1-13/+19
Add lifetime bytes allocated and freed since they were present in the malloc statistics. Add number of failed allocations.
2014-11-28score: Return heap stats via _Heap_Get_informationSebastian Huber1-6/+25
Print out heap statistics via the MALLOC and WKSPACE shell commands.
2014-11-28libcsupport: Delete malloc statisticsSebastian Huber1-52/+27
Use the heap handler statistics instead. Add heap walk option to MALLOC shell command. close #1367
2012-02-02PR 2012 - mdump/wdump shell cmds handle length arg incorrectly; add ldump cmdJoel Sherrill1-15/+100
* libmisc/shell/main_mdump.c: Reworked to fix bugs in handling of the length argument and to provide an "ldump" command. This file now also supports the "wdump" command. In addition, an RTEMS API function called rtems_mdump() is provided to allow easy dumping from application code. * libmisc/shell/main_mwdump.c: Obsolete file. * libmisc/Makefile.am: Removed main_mwdump.c * libmisc/shell/shellconfig.h: Added "ldump" command. * shell/memory.t: Added documentation for the "ldump" command Signed-off-by: Ric Claus <claus@SLAC.Stanford.edu>
2008-02-292008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* shell/.cvsignore, shell/Makefile.am, shell/memory.t, shell/preface.texi, shell/shell.texi: Added much information the Preface. Created initial version of Configuration and Intialization chapter. Links are now complete from start to end of manual. * shell/confinit.t: New file.
2008-02-272008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-37/+165
* shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t, shell/shell.texi: Many commands now have real descriptions with examples.
2008-02-212008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-18/+18
* shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: More descriptions and examples added.
2008-02-212008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+36
* shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: Add mount and cp command information from Chris Johns. Reformat some things.
2008-02-212008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-37/+37
* shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: A bit of clean up on the script.
2008-02-212008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-30/+36
* shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: Change configure messages per Chris Johns suggestion.
2008-02-202008-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+399
* Makefile.am, configure.ac, index.html.in: Add initial version of RTEMS Shell Manual. This is largely a starting point but has most of the required structure. * shell/.cvsignore, shell/Makefile.am, shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/preface.texi, shell/rtems.t, shell/shell.texi: New files.