Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-01 | * New suppressions. | Eelco Dolstra | 1 | -0/+54 | |
2006-02-13 | * Valgrind suppressions for the ATerm library. The ATerm library uses | Eelco Dolstra | 1 | -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 ... |