Date: Mon, 9 Nov 1998 10:21:44 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Christian Herold cc: djgpp AT delorie DOT com Subject: Re: Memory Usage In-Reply-To: <36461FCD.FF523139@mayn.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 8 Nov 1998, Christian Herold wrote: > Is there a utility wich shows me how much memory my c++ (including > variables and consts) takes? There's more than one answer to this question. The right answer for you depends on what are you trying to find out. Since DJGPP memory layout has holes in it, it is not entirely clear why would you need to know the sum total of code, data, stack and heap that your program uses. I suggest to explain some more about why do you need this.