This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[v3] tracker_allocator duplicate removal


Second to last one of these.

This merges two competing tracker allocators from libstdc++'s
testsuite. I suppose we could put this in ext too, but I'm deciding
against it at the moment. Right now, we have three memory-debugging
allocators:

__gnu_cxx::debug_allocator
__gnu_cxx::throw_allocator
__gnu_test::tracker_allocator

The first one doesn't do much, the second two do.

tested x86/linux

-benjamin

Attachment: p.20061003-2.bz2
Description: BZip2 compressed data


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