projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63b5748
)
bugfix
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 20 Feb 2001 13:58:56 +0000
(13:58 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 20 Feb 2001 13:58:56 +0000
(13:58 +0000)
memanalyze.pl
patch
|
blob
|
history
diff --git
a/memanalyze.pl
b/memanalyze.pl
index
86c967c
..
faca19c
100755
(executable)
--- a/
memanalyze.pl
+++ b/
memanalyze.pl
@@
-145,7
+145,7
@@
if($totalmem) {
for(keys %sizeataddr) {
$addr = $_;
$size = $sizeataddr{$addr};
- if($size) {
+ if($size
> 0
) {
print "At $addr, there's $size bytes.\n";
print " allocated by ".$getmem{$addr}."\n";
}