Home
last modified time | relevance | path

Searched full:memleak (Results 1 – 25 of 35) sorted by relevance

12

/external/bcc/tools/
Dmemleak_example.txt1 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
[all …]
Dmemleak.py3 # memleak Trace and display outstanding allocations to detect
6 # USAGE: memleak [-h] [-p PID] [-t] [-a] [-o OLDER] [-c COMMAND]
45 ./memleak -p $(pidof allocs)
48 ./memleak -p $(pidof allocs) -t
50 ./memleak -ap $(pidof allocs) 10
53 ./memleak -c "./allocs"
55 ./memleak
58 ./memleak -o 60000
61 ./memleak -s 5
/external/bcc/man/man8/
Dmemleak.81 .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
[all …]
Doomkill.855 memleak(8)
Dtclobjnew.888 ustat(8), ugc(8), memleak(8)
Djavaobjnew.888 ustat(8), ugc(8), memleak(8)
Dcobjnew.888 ustat(8), ugc(8), memleak(8)
Drubyobjnew.888 ustat(8), ugc(8), memleak(8)
Duobjnew.888 ustat(8), ugc(8), memleak(8)
/external/bcc/tools/old/
Dmemleak.py3 # memleak Trace and display outstanding allocations to detect
6 # USAGE: memleak [-h] [-p PID] [-t] [-a] [-o OLDER] [-c COMMAND]
42 ./memleak -p $(pidof allocs)
45 ./memleak -p $(pidof allocs) -t
47 ./memleak -ap $(pidof allocs) 10
50 ./memleak -c "./allocs"
52 ./memleak
55 ./memleak -o 60000
58 ./memleak -s 5
/external/bcc/tests/python/
Dtest_tools_memleak.py37 tmp_dir = tempfile.mkdtemp(prefix='bcc-test-memleak-')
53 'memleak.py -c "{} {{}} {}" -T 1 1 2'.format(exec_dst,
63 # Starting memleak.py, which in turn launches the leaking application.
77 # At this point, memleak.py have already launched application and set
/external/libxml2/xstc/
Dxstc.py174 self.memLeak = 0
282 self.memLeak = libxml2.debugMemory(1) - self.initialMemUsed
312 if self.memLeak != 0:
313 self.log.append("%s + memory leak: %d bytes\n" % (self.name, self.memLeak))
496 if test.memLeak != 0:
592 error = test.failed or test.memLeak != 0
607 if options.reportMemLeakErrOnly and test.memLeak != 0:
/external/bcc/snapcraft/
Dsnapcraft.yaml150 memleak:
151 command: wrapper memleak
152 aliases: [memleak]
/external/strace/tests/
Dstrace.supp10 qualify_tokens: memleak before error_msg_and_die
/external/strace/tests-mx32/
Dstrace.supp10 qualify_tokens: memleak before error_msg_and_die
/external/strace/tests-m32/
Dstrace.supp10 qualify_tokens: memleak before error_msg_and_die
/external/wpa_supplicant_8/src/utils/
Dos_unix.c400 wpa_printf(MSG_INFO, "MEMLEAK[%p]: invalid magic 0x%x " in os_program_deinit()
405 wpa_printf(MSG_INFO, "MEMLEAK[%p]: len %lu", in os_program_deinit()
407 wpa_trace_dump("memleak", a); in os_program_deinit()
410 wpa_printf(MSG_INFO, "MEMLEAK: total %lu bytes", in os_program_deinit()
/external/webp/
DChangeLog9 - 9/13: Fix memleak in WebPIDelete() (change#Id4faef1b)
/external/bcc/
DLINKS.md38 …6-02-14: [Two New eBPF Tools: memleak and argdist](http://blogs.microsoft.co.il/sasha/2016/02/14/t…
DREADME.md122 - tools/[memleak](tools/memleak.py): Display outstanding memory allocations to find memory leaks. […
/external/parameter-framework/upstream/bindings/python/
DCMakeLists.txt71 # '-DSWIG_PYTHON_SILENT_MEMLEAK' is needed because the "memleak" warning
/external/mesa3d/docs/relnotes/
D11.2.1.html58 <li>st/mesa: fix memleak in glDrawPixels cache code</li>
/external/bcc/examples/lua/
Dmemleak.lua92 local parser = utils.argparse("memleak", "Catch memory leaks")
/external/python/cpython2/Lib/bsddb/test/
Dtest_recno.py155 # DBC_set_range doesn't have a memleak under valgrind)
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator_mgr_test.cc205 // so we need to explicitly delete the instances to avoid a memleak. in TEST_F()

12