TheBestLinks.com
TheBestLinks.com
Aard, Computer storage, Dutch language, SunOS, SPARC, C Plus Plus, Programming ... Print friendly version | Tell a friend
 
Navigation
Search
Toolbox

Aard

From TheBestLinks.com

Aard (Dutch for "Earth") is a programming tool to check memory use for C++ programs. It is written by Steve Reiss, who names his programs after living systems.

Aard tracks the state of each byte of memory in the heap and the stack. The state can be one of Undefined, Uninitialised, Free or Set. The program can detect invalid transitions (i.e. attempting to set or use undefined or free storage or attempting to access uninitialised storage).

In addition, the program keeps track of heap use through malloc and free and at the end of the run reports memory blocks that were not freed and that are not accessible (i.e. memory leaks).

The tool works using a spliced-in shared library on SPARCs running C++ 3.0.1 under SunOS 4.X.

References

This article was originally based on material from the Free On-line Dictionary of Computing and is used under the GFDL.

External links

  • aard.tar.Z (ftp://wilma.cs.brown.edu/pub/aard.tar.Z)


Related links


Top visited 0 of 0 links

[no links posted yet]

>> place link >>

Discussion

Last posted 0 of 0 messages

[no messages posted yet]

>> post message >>

Watch

You can add this article to your own "watchlist" and receive e-mail notification about all changes in this page.
 
   
Innovate it
This page was last modified 08:56, 26 Aug 2004.
  Content is available under GNU Free Documentation License 1.2.
Powered by MediaWiki