• Home
  • Raw
  • Download

Lines Matching refs:allocations

6 of which call stacks performed allocations that weren't subsequently freed.
11 [11:16:33] Top 2 stacks with outstanding allocations:
12 80 bytes in 5 allocations from stack
16 [11:16:34] Top 2 stacks with outstanding allocations:
17 160 bytes in 10 allocations from stack
22 Each entry printed is a set of allocations that originate from the same call
37 [11:16:33] Top 2 stacks with outstanding allocations:
42 64 bytes in 4 allocations from stack
46 [11:16:34] Top 2 stacks with outstanding allocations:
57 160 bytes in 10 allocations from stack
62 When using the -p switch, memleak traces the libc allocations of a particular
63 process. Without this switch, kernel allocations are traced instead.
69 248 bytes in 4 allocations from stack
73 328 bytes in 1 allocations from stack
81 464 bytes in 1 allocations from stack
90 8192 bytes in 1 allocations from stack
109 To avoid false positives, allocations younger than a certain age (500ms by
125 roughly 10% of the allocations and print the outstanding allocations every 5
130 [11:16:33] Top 2 stacks with outstanding allocations:
131 16 bytes in 1 allocations from stack
135 [11:16:38] Top 2 stacks with outstanding allocations:
136 16 bytes in 1 allocations from stack
140 [11:16:43] Top 2 stacks with outstanding allocations:
141 32 bytes in 2 allocations from stack
146 the report (printed every 5 seconds) doesn't "see" all the allocations because
158 Trace outstanding memory allocations that weren't freed.
159 Supports both user-mode allocations made with libc functions and kernel-mode
160 allocations made with kmalloc/kmem_cache_alloc/get_free_pages and corresponding
164 interval interval in seconds to print outstanding allocations
175 prune allocations younger than this age in
184 capture only allocations larger than this size
186 capture only allocations smaller than this size
192 Trace allocations and display a summary of "leaked" (outstanding)
193 allocations every 5 seconds
195 Trace allocations and display each individual allocator function call
197 Trace allocations and display allocated addresses, sizes, and stacks
198 every 10 seconds for outstanding allocations
200 Run the specified command and trace its allocations
202 Trace allocations in kernel mode and display a summary of outstanding
203 allocations every 5 seconds
205 Trace allocations in kernel mode and display a summary of outstanding
206 allocations that are at least one minute (60 seconds) old