community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of Aard


Message boards   Post comment

Aard

Aard is Dutch for "Earth". It is a tool to check memory use for C++ programs, 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.

See also:

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

Referenced By

Auxiliary storage | Computer Storage | Computer memory | File storage | Programming tool | Programming tools | Software tool | Storage media | Storage medium | Tools (software)

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Aard".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.