mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-20 14:09:32 +03:00
spelling: arbitrary
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f96b3eb9a9
commit
7e2e294dc5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ Note: the `v2.x` version has a new algorithm for managing internal mimalloc page
|
||||||
(see [below](#performance)); please report if you observe any significant performance regression.
|
(see [below](#performance)); please report if you observe any significant performance regression.
|
||||||
|
|
||||||
* 2022-12-23, `v1.7.9`, `v2.0.9`: Supports building with asan and improved [Valgrind](#valgrind) support.
|
* 2022-12-23, `v1.7.9`, `v2.0.9`: Supports building with asan and improved [Valgrind](#valgrind) support.
|
||||||
Support abitrary large alignments (in particular for `std::pmr` pools).
|
Support arbitrary large alignments (in particular for `std::pmr` pools).
|
||||||
Added C++ STL allocators attached to a specific heap (thanks @vmarkovtsev).
|
Added C++ STL allocators attached to a specific heap (thanks @vmarkovtsev).
|
||||||
Heap walks now visit all object (including huge objects). Support Windows nano server containers (by Johannes Schindelin,@dscho). Various small bug fixes.
|
Heap walks now visit all object (including huge objects). Support Windows nano server containers (by Johannes Schindelin,@dscho). Various small bug fixes.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue