翻訳と辞書
Words near each other
・ a1 security
・ a20 handler
・ a3d
・ a4c
・ a56
・ aac
・ aadl
・ aal
・ aap
・ aap dtd
aard
・ aarp
・ aarp probe packets
・ aaui
・ abbrev
・ abbreviated test language for avionics systems
・ abc
・ abc algol
・ abcl/1
・ abcl/c+


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

aard : FOLDOC
aard
(Dutch for "earth") 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 tools works using a spliced-in {shared library} on {SPARCs} running C++ 3.0.1 under SunOS 4.X.
{(ftp://wilma.cs.brown.edu/pub/aard.tar.Z)}.
(1998-03-03)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.