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

  /external/webkit/WebKitTools/Scripts/
run-leaks 93 foreach my $leak (@$leakList) {
94 print $leak->{"leaksOutput"};
128 # Leak: 0x00000000 size=1234 [instance of 'blah']
131 # Call stack: leak_caller() | leak() | malloc
133 # We treat every line except for Process 00000: and Leak: as optional
146 reportError("Could not parse leak count reported by leaks tool.");
155 if ($line =~ /^Leak: /) {
156 my ($address) = ($line =~ /Leak: ([[:xdigit:]x]+)/);
158 reportError("Could not parse Leak address.");
164 reportError("Could not parse Leak size.")
    [all...]
parse-malloc-history 79 # Leak: 0x0ac3ca40 size=48
84 ($byteCount) = ($line =~ /Leak: [x[:xdigit:]]* size=(\d+)/);

Completed in 20 milliseconds