aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2016-03-07 17:55:55 -0800
committerJason Evans <je@fb.com>2016-03-07 17:55:55 -0800
commite3998c681dec35fe0de25f693a39de6fb881134e (patch)
tree6fa419894d84b872540d7e071b2f3f1778beedd0 /ChangeLog
parent022f6891faf1fffa435f2bc613c25e8482a32702 (diff)
downloadplatform_external_jemalloc_new-e3998c681dec35fe0de25f693a39de6fb881134e.tar.gz
platform_external_jemalloc_new-e3998c681dec35fe0de25f693a39de6fb881134e.tar.bz2
platform_external_jemalloc_new-e3998c681dec35fe0de25f693a39de6fb881134e.zip
Replace contributor name with github account.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cbfbf96..69f4dbb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,14 +59,14 @@ brevity. Much more detail can be found in the git revision history:
Bug fixes:
- Fix stats.cactive accounting regression. (@rustyx, @jasone)
- Handle unaligned keys in hash(). This caused problems for some ARM systems.
- (@jasone, Christopher Ferris)
+ (@jasone, @cferris1000)
- Refactor arenas array. In addition to fixing a fork-related deadlock, this
makes arena lookups faster and simpler. (@jasone)
- Move retained memory allocation out of the default chunk allocation
function, to a location that gets executed even if the application installs
a custom chunk allocation function. This resolves a virtual memory leak.
(@buchgr)
- - Fix a potential tsd cleanup leak. (Christopher Ferris, @jasone)
+ - Fix a potential tsd cleanup leak. (@cferris1000, @jasone)
- Fix run quantization. In practice this bug had no impact unless
applications requested memory with alignment exceeding one page.
(@jasone, @djwatson)