lazypanda07/Check Memory Leaks
Detect memory leaks in C/C++ programs. Linux only
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 23, 2024
- License
- MIT
Pinned Snippet
uses: lazypanda07/check-memory-leaks@4073b1c1447a91c23e89a71551718f5dab76c9b8 # v1.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path directory with executable file | yes | — |
| name | Executable file name | yes | — |
| pre-execute | Some bash commands or scripts from 'path' directory | no | "" |
| args | Executable arguments | no | "" |
| max-threads | By 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. | no | 1000 |
| leak-kinds | List of leak kinds, separated by comma. Example: definite,possible. All available variants: definite, indirect, possible, reachable, all | no | all |
Outputs
no outputs