summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-03-01 03:24:08 (GMT)
committerJason Evans <jasone@canonware.com>2017-03-01 23:31:30 (GMT)
commitff55f07eb6cc775755ffbea406d8967ec5e13d6e (patch)
treedab24490037599d7d75830bd53a00ef3d31c5f17 /ChangeLog
parentaa1de06e3ab439e69a20fdd555a8253b0e31fc04 (diff)
downloadjemalloc-ff55f07eb6cc775755ffbea406d8967ec5e13d6e.zip
jemalloc-ff55f07eb6cc775755ffbea406d8967ec5e13d6e.tar.gz
jemalloc-ff55f07eb6cc775755ffbea406d8967ec5e13d6e.tar.bz2
Fix typos.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a940685..e630595 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@ brevity. Much more detail can be found in the git revision history:
regressions fixed by this release.
New features:
- - Add --disable-thp and the opt.thp to provide opt-out mechanisms for
+ - Add --disable-thp and the opt.thp mallctl to provide opt-out mechanisms for
transparent huge page integration. (@jasone)
- Update zone allocator integration to work with macOS 10.12. (@glandium)
- Restructure *CFLAGS configuration, so that CFLAGS behaves typically, and
@@ -25,7 +25,7 @@ brevity. Much more detail can be found in the git revision history:
- Handle race in per size class utilization computation. This functionality
was first released in 4.0.0. (@interwq)
- Fix lock order reversal during gdump. (@jasone)
- - Fix-refactor tcache synchronization. This regression was first released in
+ - Fix/refactor tcache synchronization. This regression was first released in
4.0.0. (@jasone)
- Fix various JSON-formatted malloc_stats_print() bugs. This functionality
was first released in 4.3.0. (@jasone)