This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xmmalloc?


On Fri, Sep 20, 2002 at 03:55:14PM -0700, David Carlton wrote:
> Does GDB currently use xmmalloc in any consistent way?  When writing
> functions that might call xmalloc, should I try to write versions that
> call xmmalloc instead and try to find an appropriate md to pass to
> them?  If I don't do that but instead just use xmalloc, will anything
> bad happen?  In particular, am I opening up myself to any new
> possible memory leaks, other than the ones that are, of course, always
> possible when calling xmalloc?
> 
> Any background info on this would be appreciated.

I get the distinct impression that uses of mmalloc have started to
rot...

If this is not the case, could someone please summarize the advantages? 
Otherwise, should we just remove it entirely?

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]