lazypanda07/Check Memory Leaks

Detect memory leaks in C/C++ programs. Linux only

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 23, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: lazypanda07/check-memory-leaks@4073b1c1447a91c23e89a71551718f5dab76c9b8 # v1.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathPath directory with executable fileyes
nameExecutable file nameyes
pre-executeSome bash commands or scripts from 'path' directoryno""
argsExecutable argumentsno""
max-threadsBy default, Valgrind can handle to up to 1000 threads. Occasionally, that number is too small. Use this option to provide a different limit. E.g. max-threads: 3000.no1000
leak-kindsList of leak kinds, separated by comma. Example: definite,possible. All available variants: definite, indirect, possible, reachable, allnoall

no outputs