Encyclopedia > Aard

  Article Content

Aard

Aard is Dutch for "Earth". It is a tool to check memory[?] use for C++ programs, written by Steve Reiss[?] <spr@cs.brown.edu> (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.

See also:

This article (or an earlier version of it) contains material from FOLDOC, used with permission.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
East Farmingdale, New York

... Males have a median income of $51,332 versus $32,188 for females. The per capita income for the town is $25,466. 7.0% of the population and 4.6% of families are below the ...

 
 
 
This page was created in 21.2 ms