Get Affordable VMs - excellent virtual server hosting


browse words by letter
a b c d e f g h i j k l m n o p q r s t u v w x y z
aard

more about aard

aard


  1  definition  found 
 
  From  The  Free  On-line  Dictionary  of  Computing  (13  Mar  01)  [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) 
 
 




more about aard