Update README.md
This commit is contained in:
parent
3d03ec1e9b
commit
67d20b4673
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ If a release build is desired, use `cmake -S <project_dir> -B buildRelease
|
||||||
LD_PRELOAD=path/libAnotherMemCheck.so ./myProgram
|
LD_PRELOAD=path/libAnotherMemCheck.so ./myProgram
|
||||||
|
|
||||||
3. When the program exits, there should be diagnostic output from this library
|
3. When the program exits, there should be diagnostic output from this library
|
||||||
showing all memory that has been `malloc`ed and not `free`ed. Note that some
|
showing all memory that has been `malloc`ed or `calloc`ed and not `free`ed.
|
||||||
memory will always be shown as having been not `free`ed (e.g. initializing
|
Note that some memory will always be shown as having been not `free`ed (e.g.
|
||||||
heap stuff for the program at start).
|
initializing heap stuff for the program at start).
|
||||||
|
|
||||||
## Other Notes
|
## Other Notes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue