Replace contributor name with github account.
This commit is contained in:
parent
022f6891fa
commit
e3998c681d
@ -59,14 +59,14 @@ brevity. Much more detail can be found in the git revision history:
|
|||||||
Bug fixes:
|
Bug fixes:
|
||||||
- Fix stats.cactive accounting regression. (@rustyx, @jasone)
|
- Fix stats.cactive accounting regression. (@rustyx, @jasone)
|
||||||
- Handle unaligned keys in hash(). This caused problems for some ARM systems.
|
- 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
|
- Refactor arenas array. In addition to fixing a fork-related deadlock, this
|
||||||
makes arena lookups faster and simpler. (@jasone)
|
makes arena lookups faster and simpler. (@jasone)
|
||||||
- Move retained memory allocation out of the default chunk allocation
|
- Move retained memory allocation out of the default chunk allocation
|
||||||
function, to a location that gets executed even if the application installs
|
function, to a location that gets executed even if the application installs
|
||||||
a custom chunk allocation function. This resolves a virtual memory leak.
|
a custom chunk allocation function. This resolves a virtual memory leak.
|
||||||
(@buchgr)
|
(@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
|
- Fix run quantization. In practice this bug had no impact unless
|
||||||
applications requested memory with alignment exceeding one page.
|
applications requested memory with alignment exceeding one page.
|
||||||
(@jasone, @djwatson)
|
(@jasone, @djwatson)
|
||||||
|
Loading…
Reference in New Issue
Block a user