> On May 20, 2016, at 6:08 AM, Ruslan Kabatsayev <[email protected]> wrote: > Jemalloc seems to be incompatible with libasan (or am I using it > incorrectly?). Here's how to reproduce the problem with a simple C > program:
ASAN uses its own malloc replacement to work much of its magic, so if you explicitly link with a malloc library, bad things will happen. Jason _______________________________________________ jemalloc-discuss mailing list [email protected] http://www.canonware.com/mailman/listinfo/jemalloc-discuss
