Skip to content
Snippets Groups Projects
Commit 0ca0a4da authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Valgrind suppressions for the ATerm library. The ATerm library uses

  a conservative garbage collector that scans the stack and parts of
  the heap for pointers to ATerms.  This scan can touch uninitialised
  memory, which is harmless.  Use:

  $ valgrind --suppressions=aterm-gc.supp ...
  
parent da0a6b64
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment