This is the mail archive of the gdb@sourceware.org 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: Is there any mechanism in GDB to print memory allocation pattern in a core dump file


>>>>> "Santosh" == santoshp  <santosh.pradhan@gmail.com> writes:

Santosh> The application is a C++ application running on Linux (RHEL 5.7
Santosh> x86_64). It uses a private memory allocator (variation of
Santosh> ptmalloc). The gdb-heap link says it works for python objects
Santosh> and work for c++ is under process. Can I use the gdb-heap ?

Probably not as-is.  gdb-heap relies on glibc.

You could probably port it to your allocator, though.

Tom


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