Searched refs:leaked (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/memcheck/tests/
H A Derror_counts.c13 int* leaked __attribute__((unused)); local
43 leaked = malloc(77);
44 leaked = 0;
H A Dleak_cpp_interior.stderr.exp34 To see details of leaked memory, give 'full' arg to leak_check
46 To see details of leaked memory, give 'full' arg to leak_check
58 To see details of leaked memory, give 'full' arg to leak_check
70 To see details of leaked memory, give 'full' arg to leak_check
84 To see details of leaked memory, give 'full' arg to leak_check
98 To see details of leaked memory, give 'full' arg to leak_check
112 To see details of leaked memory, give 'full' arg to leak_check
H A Dlks.stderr.exp10 Rerun with --leak-check=full to see details of leaked memory
12 leaked: 80 bytes in 5 blocks
H A Dleak-segv-jmp.stderr.exp89 Rerun with --leak-check=full to see details of leaked memory
91 leaked: 1000 bytes in 1 blocks
/external/clang/test/Modules/
H A Dexplicit-build-flags.cpp60 #error FOO leaked from module
/external/libchrome/base/third_party/valgrind/
H A Dmemcheck.h203 /* Return number of leaked, dubious, reachable and suppressed bytes found by
205 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \
208 specified, which works no matter what type 'leaked', 'dubious', etc
219 leaked = _qzz_leaked; \
225 /* Return number of leaked, dubious, reachable and suppressed bytes found by
227 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \
230 specified, which works no matter what type 'leaked', 'dubious', etc
241 leaked = _qzz_leaked; \
/external/compiler-rt/test/lsan/TestCases/
H A Dswapcontext.cc22 int *leaked = new int[666]; local
47 // CHECK: SUMMARY: {{(Leak|Address)}}Sanitizer: 2664 byte(s) leaked in 1 allocation(s)
/external/valgrind/memcheck/
H A Dmemcheck.h194 which there was an increase in leaked bytes or leaked nr of blocks
201 increased or decreased leaked bytes/blocks since previous leak
212 /* Return number of leaked, dubious, reachable and suppressed bytes found by
214 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \
217 specified, which works no matter what type 'leaked', 'dubious', etc
228 leaked = _qzz_leaked; \
234 /* Return number of leaked, dubious, reachable and suppressed bytes found by
236 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \
239 specified, which works no matter what type 'leaked', 'dubiou
[all...]
/external/jemalloc/msvc/projects/vc2015/test_threads/
H A Dtest_threads.cpp82 size_t leaked = allocated2 - allocated1; local
83 printf("\nDone. Leaked: %zd bytes\n", leaked);
84 bool failed = leaked > 65536; // in case C++ runtime allocated something (e.g. iostream locale or facet)

Completed in 304 milliseconds