Skip to content

doc: guide - using valgrind to debug memory leaks

Rodrigo Muino Tomonari requested to merge github/fork/mhdawson/valgrind into master

Add doc for using valgrind to debug native memory leaks.

Started writing this up as part of an effort in the Diagnostic WG but think it's better to have it in the core guides and then be referenced by the docs in the Diagnostic WG repo.

For more details on the Diagnostic WG effort see https://github.com/nodejs/diagnostics/issues/254#issuecomment-538853390 This guide is related to /step3 - using_native_tools.md

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading