comp.lang.ada
 help / color / mirror / Atom feed
From: Florian Weimer <fw@deneb.enyo.de>
Subject: Re: memory pool for entire ada program
Date: Sat, 25 Aug 2001 20:14:36 +0200
Date: 2001-08-25T20:14:36+02:00	[thread overview]
Message-ID: <87y9o86m7n.fsf@deneb.enyo.de> (raw)
In-Reply-To: 9m5jod$o8o$1@ns.omskelecom.ru

"Dmitriy Anisimkov" <anisimkov@yahoo.com> writes:

> I need to know where is the memory leak,
> in the ada code or in the C library, used in my program.

GNAT uses the vendor C library malloc().  Many malloc()
implementations provide hooks which you can use to implement your
tracing routines.  If you're working on a GNU system, you might want
to have a look at /usr/include/execinfo.h, for obtaining stack
backtraces.



  parent reply	other threads:[~2001-08-25 18:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-24 14:10 memory pool for entire ada program Dmitriy Anisimkov
2001-08-25  7:21 ` Simon Wright
2001-08-25 18:14 ` Florian Weimer [this message]
2001-08-28 13:41 ` Samuel T. Harris
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox