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

  /external/valgrind/main/memcheck/tests/
error_counts.c 12 int* dubious; local
46 dubious = malloc(88);
47 dubious += 10;
  /external/valgrind/main/memcheck/
memcheck.h 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
226 dubious = _qzz_dubious; \
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', etc
248 dubious = _qzz_dubious; \

Completed in 538 milliseconds