Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools/memleak_example: fix typos #4900

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Changes from all commits
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
tools/memleak_example: fix typos
  • Loading branch information
ekyooo committed Feb 7, 2024
commit ba8553b3d0e02c599886ef1604ee643eda721cb8
4 changes: 2 additions & 2 deletions tools/memleak_example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ Attaching to pid 2623, Ctrl+C to quit.
0x0000559b478700b7 main+0x4a7 [redis-server]
0x00007fdf47029d90 __libc_start_call_main+0x80 [libc.so.6]

When using the --sysbols-prefix argument, memleak can trace the third-party memory
allocations, such as jemalloc whose sysbols are usually identified by the "je_" prefix
When using the --symbols-prefix argument, memleak can trace the third-party memory
allocations, such as jemalloc whose symbols are usually identified by the "je_" prefix
in redis project.

USAGE message:
Expand Down
Loading