Home | History | Annotate | Download | only in test

Lines Matching full:leaks

48 -L/--runleaks   -- run the leaks(1) command just before exit
50 -- search for reference leaks (needs debug build, v. slow)
84 -L causes the leaks(1) command to be run just before exit if it exists.
85 leaks(1) is available on Mac OS X and presumably on some other
661 os.system("leaks %d" % os.getpid())
704 huntrleaks -- run multiple times to test for leaks; requires a debug
986 """Run a test multiple times, looking for reference leaks.
995 raise Exception("Tracking reference leaks requires a debug build "