|
From: Nicholas N. <nj...@cs...> - 2005-11-15 19:51:40
|
On Tue, 15 Nov 2005, Julian Seward wrote: >> Also, in the limitations just before that -- does Emacs work now? > > It does on non-malloc/free-replacing tools. On mc it still fails. > I think the problem is that mallinfo() isn't well enough emulated. The hooks are there now -- it's just a matter of filling in m_mallocfree.c:VG_(mallinfo)() and putting in the appropriate increments/decrements throughout m_mallocfree.c. See http://bugs.kde.org/show_bug.cgi?id=110128 for more details, if anyone's feeling inspired to fix it. Nick |