Skip to content

Commit

Permalink
Update doc/guides/investigating_native_memory_leak.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdawson committed Feb 14, 2020
1 parent 7f8ddeb commit d1773b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/investigating_native_memory_leak.md
Expand Up @@ -6,7 +6,7 @@ V8 Garbage collector and is allocated either by the Node.js runtime, its
dependencies or native [addons](https://nodejs.org/docs/latest/api/n-api.html).

This guide provides information on how to use valgrind to investigate these
issues.
issues on Linux platforms.

## valgrind

Expand Down

0 comments on commit d1773b2

Please sign in to comment.