Skip to content

Commit

Permalink
tools/memleak_example: fix typos (iovisor#4900)
Browse files Browse the repository at this point in the history
Fix a few typo's in tools/memleak_example.txt.
  • Loading branch information
ekyooo committed Feb 7, 2024
1 parent b14c463 commit 5a8d76f
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 5a8d76f

Please sign in to comment.