X-Spam-Check-By: sourceware.org Date: Tue, 28 Nov 2006 20:22:05 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: mtrace and mcheck.h in Cygwin Message-ID: <20061129012205.GA3827@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Wed, Nov 29, 2006 at 12:01:46AM +0000, John LaRusic wrote: >I'm building a program in C using GCC under Cygwin. I appear to have a >memory leak somewhere in my program, so I want to use the memory >allocation debugging that's part of the GNU C library. > >This involves including the mcheck.h header file in the source, and >using the mtrace command. It is better explained in the GNU C Library >documentation here (sorry for the URL being broken into two lines): >http://www.gnu.org/software/libc/manual//html_node >/Allocation-Debugging.html#Allocation-Debugging Sorry, but cygwin != glibc. This function isn't available in the cygwin DLL. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/