Dynamic Memory Tracker


The Dynamic Memory Tracker (DMT) will validate the dynamic memory of a system. It will aid the programmer by analyzing dynamic allocation and deallocation. DMT produces a table consisting of the following fields for each allocation of dynamic memory:

    Variable Name
    the variable name of the dynamic variable
    Type
    the type of the variable
    File
    file in which the allocation was made
    Function
    function in which the allocation was made
    Address
    the address of the dynamic variable
    Size
    size in bytes of dynamic variable
    Freed
    function in which the dynamic variable was deallocated
    Last used
    function in which the dynamic variable was last used

Status: Alpha-testing at Next Step Metrics, Inc.


[ Home ] - [ BSU CS Homepage ] - [ BSU Homepage ]


For more information contact:
wmz@cs.bsu.edu
Last modified 3/2001 by Dolores M. Zage.

© Copyright, 2001, Design Metrics Research Team, Ball State University, All Rights Reserved.