summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-09-24 23:53:18 (GMT)
committerJason Evans <jasone@canonware.com>2015-09-24 23:53:18 (GMT)
commitd36c7ebb004e73122c76276b854364f543458b8c (patch)
treee94239a3b2c4a4345ff7dfa6113a58a298319a23 /ChangeLog
parent03eb37e8fd35587b944f8cbc85cd81a08b0ed17a (diff)
downloadjemalloc-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9929f8..b7381a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)