Aard - Your Art History Reference Guide!

ArtHistoryClub Information Site on Aard Art History Art History Search        Art History Browse             News        Gallery        Forums        Articles        Weblinks        welcome to our free resource site for all art history lovers!

Aard

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

External links

Last updated: 10-10-2005 08:27:43
Last updated: 01-04-2007 01:18:57
The contents of this article are licensed from Wikipedia.org under the
GNU Free Documentation License. See original document.
Art History Search | Art History Browse | Contact | Legal info