[PATCH 2/2] Add support for LinuxThreads.

Jason Evans jasone at canonware.com
Thu Oct 24 18:33:47 PDT 2013


On Oct 21, 2013, at 2:12 PM, Leonard Crestez <lcrestez at ixiacom.com> wrote:
> When using LinuxThreads pthread_setspecific triggers recursive allocation on all threads. Work around this by creating a global linked list of in-progress tsd initializations.


Merged: https://github.com/jemalloc/jemalloc/commit/cb17fc6a8f1ce29be18de7af6d03e66056751fb2

I tested it on OS X after making various minor changes, but please make sure it works with LinuxThreads as well.

Thanks,
Jason


More information about the jemalloc-discuss mailing list