diff options
author | Jason Evans <jasone@canonware.com> | 2015-09-24 23:53:18 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-09-24 23:53:18 (GMT) |
commit | d36c7ebb004e73122c76276b854364f543458b8c (patch) | |
tree | e94239a3b2c4a4345ff7dfa6113a58a298319a23 /ChangeLog | |
parent | 03eb37e8fd35587b944f8cbc85cd81a08b0ed17a (diff) | |
download | jemalloc-d36c7ebb004e73122c76276b854364f543458b8c.zip jemalloc-d36c7ebb004e73122c76276b854364f543458b8c.tar.gz jemalloc-d36c7ebb004e73122c76276b854364f543458b8c.tar.bz2 |
Work around an NPTL-specific TSD issue.
Work around a potentially bad thread-specific data initialization
interaction with NPTL (glibc's pthreads implementation).
This resolves #283.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ brevity. Much more detail can be found in the git revision history: when resizing from/to a size class that is not a multiple of the chunk size. - Fix prof_tctx_dump_iter() to filter out nodes that were created after heap profile dumping started. + - Work around a potentially bad thread-specific data initialization + interaction with NPTL (glibc's pthreads implementation). * 4.0.2 (September 21, 2015) |