From: Kbwms AT aol DOT com Message-ID: <71df8489.2475a865@aol.com> Date: Thu, 20 May 1999 14:03:17 EDT Subject: Heap-Memory Function To: djgpp-workers AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 3.0 16-bit for Windows sub 38 Reply-To: djgpp-workers AT delorie DOT com Dear Fellow DJGPP-Workers, Years ago when I worked with Microsoft C/C++, I used a function called _msize(). Its purpose was to return the size of a block of memory allocated on the heap. I found this very handy when tracking memory allocations and, especially, leaks and pointer misuse. Do we have a similar function available in DJGPP? K.B. Williams