Lines Matching full:memleak
1 Demonstrations of memleak.
4 memleak traces and matches memory allocation and deallocation requests, and
5 collects call stacks for each allocation. memleak can then print a summary
9 # ./memleak -p $(pidof allocs)
35 # ./memleak -p $(pidof allocs) -a
62 When using the -p switch, memleak traces the libc allocations of a particular
66 # ./memleak
105 memleak stores each allocated block along with its size, timestamp, and the
112 By default, memleak prints its output every 5 seconds. To change this
113 interval, pass the interval as a positional parameter to memleak. You can
117 # ./memleak 1 10
122 memleak may introduce considerable overhead if your application or kernel is
128 # ./memleak -p $(pidof allocs) -s 10 5 3
152 # ./memleak -h
153 usage: memleak.py [-h] [-p PID] [-t] [-a] [-o OLDER] [-c COMMAND]
191 ./memleak -p $(pidof allocs)
194 ./memleak -p $(pidof allocs) -t
196 ./memleak -ap $(pidof allocs) 10
199 ./memleak -c "./allocs"
201 ./memleak
204 ./memleak -o 60000
207 ./memleak -s 5