Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Fri, 7 Sep 2001 17:51:35 -0400 From: Christopher Faylor To: Binutils Cc: cygwin-apps AT cygwin DOT com Subject: Re: ld-auto-import memory bug fixing Message-ID: <20010907175135.B4262@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: Binutils , cygwin-apps AT cygwin DOT com References: <000601c137d9$a4697490$816707d5 AT BRAMSCHE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000601c137d9$a4697490$816707d5@BRAMSCHE> User-Agent: Mutt/1.3.21i On Fri, Sep 07, 2001 at 10:14:04PM +0200, Ralf Habacker wrote: >Hi, > >is there any way to get the size of by malloc allocated byte of an application ? >If have tried malloc_stats() and mallinfo(), which is described in >/usr/include/malloc.h >and implemented in dlmalloc.cc of the cygwin source, but they seems to be not >defined >in the cygwin1.dll import library. dlmalloc is the debugging malloc library that cygwin uses when compiled with malloc debugging (configure --enable-malloc-debugging). The normal malloc comes from newlib. >Another library mmalloc contains mmstats() and mmtrace() which looks equal >malloc_stats() but using >this prints nothing. :-( I don't think that anything in binutils uses mmalloc. cgf