Home | History | Annotate | Download | only in memcheck

Lines Matching full:leaked

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', etc
247 leaked = _qzz_leaked; \