MGED CMD debugmem

From BRL-CAD
Revision as of 07:33, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =debugmem= __TOC__ ==Syntax== :debugmem ==Argument(s)== : No Arguments for this command. ==Return Value(s)== : No Return Values for this command. ==Description==...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


debugmem[edit]

Syntax[edit]

debugmem


Argument(s)[edit]

No Arguments for this command.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "debugmem" command prints a list of all the memory blocks that have been allocated and recorded in the memdebug table. Memory allocation is not normally recorded in the memdebug table, but executing the debugbu 2 command will turn on the <MEM_CHECK> flag, and as long as that flag is set, all memory allocation will be recorded.


Example(s)[edit]

mged> debugmem
Get a list of allocated memory blocks.


See Also[edit]

debugbu
debugdir
debuglib
debugmem
debugnmg

Page Generated by David Loman on: 10/11/2007 at: 12:24:24 PM