Comment 23 for bug 333127

Revision history for this message
In , Karlt (karlt) wrote :

Comment on attachment 386244
hook jemalloc into glibc's malloc

This doesn't work as glibc does not run__malloc_initialize_hook on free.
(The assumption is probably that glibc's malloc or similar would have been
called before free, but that's not happening here.)