/external/valgrind/main/memcheck/tests/ |
leak-0.stderr.exp | 0 leaked: 0 bytes in 0 blocks
|
leak-cases-summary.stderr.exp | 0 leaked: 80 bytes in 5 blocks
|
filter_leak_cases_possible | 4 sed -e 's/^leaked.*$//' -e 's/^dubious.*$//' -e 's/^reachable.*$//' -e 's/^suppressed:.*$//'
|
error_counts.stderr.exp | 7 leaked: 0 bytes in 0 blocks 14 leaked: 77 bytes in 1 blocks
|
leak-0.c | 6 // Live 0-sized blocks were being reported as leaked.
|
error_counts.c | 13 int* leaked __attribute__((unused)); local 43 leaked = malloc(77); 44 leaked = 0;
|
leak-tree.c | 40 // help avoid leaving pointers on the stack to supposedly-leaked blocks. 43 t->r = mk(); // C (48(16d,32i)/1 definitely leaked from here) 44 t->l->l = mk(); // D (16/1 definitely leaked from here)
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
mutation-observer-leaks-nodes.html | 13 <p>Number of leaked nodes reported by DRT should be less than 100</p>
|
/external/valgrind/main/memcheck/tests/darwin/ |
env.c | 14 setenv("MYVAR", val1, /*overwrite*/0); // makes a copy which is later leaked 17 setenv("MYVAR", val2, /*overwrite*/1); // makes a copy which is later leaked
|
/external/chromium_org/third_party/skia/include/images/ |
SkForceLinking.h | 15 * Passing true will result in leaked objects.
|
/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
link_turned_off.cc | 24 // CHECK: SUMMARY: LeakSanitizer: 4 byte(s) leaked in 1 allocation(s)
|
do_leak_check_override.cc | 35 // CHECK-strict: SUMMARY: LeakSanitizer: 2003 byte(s) leaked in 2 allocation(s) 36 // CHECK-normal: SUMMARY: LeakSanitizer: 666 byte(s) leaked in 1 allocation(s)
|
disabler.cc | 23 // CHECK: SUMMARY: LeakSanitizer: 1337 byte(s) leaked in 1 allocation(s)
|
large_allocation_leak.cc | 16 // CHECK: Directly leaked 33554432 byte object at [[ADDR]]
|
suppressions_default.cc | 29 // CHECK: SUMMARY: LeakSanitizer: 1337 byte(s) leaked in 1 allocation(s)
|
suppressions_file.cc | 29 // CHECK: SUMMARY: LeakSanitizer: 1337 byte(s) leaked in 1 allocation(s)
|
use_globals_initialized.cc | 19 // CHECK: Directly leaked 1337 byte object at [[ADDR]]
|
use_globals_uninitialized.cc | 19 // CHECK: Directly leaked 1337 byte object at [[ADDR]]
|
use_stacks.cc | 18 // CHECK: Directly leaked 1337 byte object at [[ADDR]]
|
use_tls_static.cc | 19 // CHECK: Directly leaked 1337 byte object at [[ADDR]]
|
use_unaligned.cc | 21 // CHECK: Directly leaked 1337 byte object at [[ADDR]]
|
/external/skia/include/images/ |
SkForceLinking.h | 15 * Passing true will result in leaked objects.
|
/external/chromium_org/media/video/ |
mock_video_decode_accelerator.h | 21 // Otherwise, the mock will be leaked and the test runner will complain.
|
/external/valgrind/main/memcheck/ |
memcheck.h | 191 which there was an increase in leaked bytes or leaked nr of blocks 198 increased or decreased leaked bytes/blocks since previous leak 209 /* Return number of leaked, dubious, reachable and suppressed bytes found by 211 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ 214 specified, which works no matter what type 'leaked', 'dubious', etc 225 leaked = _qzz_leaked; \ 231 /* Return number of leaked, dubious, reachable and suppressed bytes found by 233 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ 236 specified, which works no matter what type 'leaked', 'dubious', et [all...] |
/external/chromium_org/tools/lsan/ |
suppressions.txt | 7 # Intentionally leaked "static" strings in Blink. http://crbug.com/268258 10 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304
|