about summary refs log tree commit diff
path: root/aterm-gc.supp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-03-01 * New suppressions.Eelco Dolstra1-0/+54
2006-02-13 * Valgrind suppressions for the ATerm library. The ATerm library usesEelco Dolstra1-0/+130
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 ...