d81e4bdd Implement malloc_vsnprintf().

Mike Hommey mh+jemalloc at glandium.org
Mon Mar 19 05:02:24 PDT 2012


Hi,

This commit added a use of __thread in malloc_vtprintf. Unfortunately,
this keyword is not supported everywhere, and this breaks building on
OSX, where the keyword is not supported by the compiler.

It also breaks assumptions you'd make when you --disable-tls, which is
needed on Android, because while the compiler supports __thread, the
runtime doesn't.

Cheers,

Mike



More information about the jemalloc-discuss mailing list