Lines Matching full:memleak
1 .TH memleak 8 "2016-01-14" "USER COMMANDS"
3 memleak \- Print a summary of outstanding allocations and their call stacks to detect memory leaks.…
5 .B memleak [-h] [-p PID] [-t] [-a] [-o OLDER] [-c COMMAND] [--combined-only]
9 memleak traces and matches memory allocation and deallocation requests, and
10 collects call stacks for each allocation. memleak can then print a summary
13 When tracing a specific process, memleak instruments a list of allocation
16 When tracing all processes, memleak instruments kmalloc/kfree,
20 memleak may introduce significant overhead when tracing processes that allocate
82 .B memleak 3
86 .B memleak -p 1005 -a
91 .B memleak -s 5 --top=5 10
95 .B memleak -c "./allocs"
99 .B memleak -z 16 -Z 32
101 memleak can have significant overhead if the target process or kernel performs
103 degradation in running time. Most of the time, however, memleak shouldn't cause