HomeSort by relevance Sort by last modified time
    Searched refs:leaked (Results 1 - 8 of 8) sorted by null

  /external/valgrind/memcheck/tests/
error_counts.c 13 int* leaked __attribute__((unused)); local
43 leaked = malloc(77);
44 leaked = 0;
leak_cpp_interior.stderr.exp 34 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
lks.stderr.exp 10 Rerun with --leak-check=full to see details of leaked memory
12 leaked: 80 bytes in 5 blocks
leak-segv-jmp.stderr.exp 68 Rerun with --leak-check=full to see details of leaked memory
70 leaked: 1000 bytes in 1 blocks
  /external/clang/test/Modules/
explicit-build-flags.cpp 45 #error FOO leaked from module
  /external/compiler-rt/test/lsan/TestCases/
swapcontext.cc 22 int *leaked = new int[666]; local
47 // CHECK: SUMMARY: {{(Leak|Address)}}Sanitizer: 2664 byte(s) leaked in 1 allocation(s)
  /external/valgrind/memcheck/
memcheck.h 194 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', 'dubious', et
    [all...]
  /external/v8/test/mjsunit/
track-fields.js 129 // Ensure double storage is not leaked in the case of polymorphic loads.

Completed in 1863 milliseconds