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
Update 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 5cfd4cbbbfb9d0ad486ba76490bf9bb50290474f
4 changes: 2 additions & 2 deletions doc/contributing/investigating-native-memory-leaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ native memory. Native Memory is memory which is not managed by the
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 on Linux platforms.
This guide provides information on how to use Valgrind to investigate these
issues on Linux platforms.

## Valgrind
Comment thread
mahmoud-moursy marked this conversation as resolved.
Outdated

Expand Down