summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/strace.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-05-21 19:45:12 +0000
committerCorinna Vinschen <corinna@vinschen.de>2012-05-21 19:45:12 +0000
commit08d7e0c909744035300379edcc3e74d0184b3e30 (patch)
treef4fadbebdcef5f516cafde47e6e1bf3f9baf27a4 /winsup/cygwin/strace.cc
parent428aba22a9de0fa185912dd1cafcc01d25821481 (diff)
downloadcygnal-08d7e0c909744035300379edcc3e74d0184b3e30.tar.gz
cygnal-08d7e0c909744035300379edcc3e74d0184b3e30.tar.bz2
cygnal-08d7e0c909744035300379edcc3e74d0184b3e30.zip
* strace.cc (strace::activate): Move printing heap size from here...
* heap.cc (heap_init_info): ...to here. Explain why. Print heap size in hex and decimal.
Diffstat (limited to 'winsup/cygwin/strace.cc')
-rw-r--r--winsup/cygwin/strace.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/cygwin/strace.cc b/winsup/cygwin/strace.cc
index 49b4c5ab9..60e56fe5f 100644
--- a/winsup/cygwin/strace.cc
+++ b/winsup/cygwin/strace.cc
@@ -1,7 +1,7 @@
/* strace.cc: system/windows tracing
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012 Red Hat, Inc.
This file is part of Cygwin.
@@ -59,8 +59,6 @@ strace::activate (bool isfork)
prntf (1, NULL, "**********************************************");
prntf (1, NULL, "Program name: %W %s", progname, pidbuf);
prntf (1, NULL, "OS version: Windows %s", wincap.osname ());
- if (cygheap && cygheap->user_heap.chunk)
- prntf (1, NULL, "Heap size: %u", cygheap->user_heap.chunk);
prntf (1, NULL, "**********************************************");
}
}