Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint at doc/contributing/investigating-native-memory-leaks.md
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
mahmoud-moursy and Trott authored Feb 15, 2022
commit 32cf332b2259110c0f12127981316a11ee93b128
2 changes: 1 addition & 1 deletion doc/contributing/investigating-native-memory-leaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ like double freeing memory.

To use Valgrind:
Comment thread
mahmoud-moursy marked this conversation as resolved.
Outdated

* Be patient, running under Valgrind slows execution significantly
* Be patient, running under Valgrind slows execution significantly
due to the checks being performed.
* Reduce your test case to the smallest reproduce. Due to the slowdown it is
important to run the minimum test case in order to be able to do it in
Expand Down