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

  /external/valgrind/main/memcheck/tests/
error_counts.c 12 int* dubious; local
46 dubious = malloc(88);
47 dubious += 10;
  /external/chromium_org/base/third_party/valgrind/
memcheck.h 201 /* Return number of leaked, dubious, reachable and suppressed bytes found by
203 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \
206 specified, which works no matter what type 'leaked', 'dubious', etc
218 dubious = _qzz_dubious; \
223 /* Return number of leaked, dubious, reachable and suppressed bytes found by
225 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \
228 specified, which works no matter what type 'leaked', 'dubious', etc
240 dubious = _qzz_dubious; \
  /external/valgrind/main/memcheck/
memcheck.h 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
229 dubious = _qzz_dubious; \
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', etc
251 dubious = _qzz_dubious; \

Completed in 3529 milliseconds