mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Fix typos.
This commit is contained in:
parent
aa1de06e3a
commit
ff55f07eb6
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ brevity. Much more detail can be found in the git revision history:
|
||||||
regressions fixed by this release.
|
regressions fixed by this release.
|
||||||
|
|
||||||
New features:
|
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)
|
transparent huge page integration. (@jasone)
|
||||||
- Update zone allocator integration to work with macOS 10.12. (@glandium)
|
- Update zone allocator integration to work with macOS 10.12. (@glandium)
|
||||||
- Restructure *CFLAGS configuration, so that CFLAGS behaves typically, and
|
- 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
|
- Handle race in per size class utilization computation. This functionality
|
||||||
was first released in 4.0.0. (@interwq)
|
was first released in 4.0.0. (@interwq)
|
||||||
- Fix lock order reversal during gdump. (@jasone)
|
- 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)
|
4.0.0. (@jasone)
|
||||||
- Fix various JSON-formatted malloc_stats_print() bugs. This functionality
|
- Fix various JSON-formatted malloc_stats_print() bugs. This functionality
|
||||||
was first released in 4.3.0. (@jasone)
|
was first released in 4.3.0. (@jasone)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue