mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-03 22:19:32 +03:00
Compare commits
26 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
af21001f7a | ||
![]() |
9f5a2969b8 | ||
![]() |
13cd3f7f05 | ||
![]() |
891f9f4cf6 | ||
![]() |
e112300059 | ||
![]() |
a62932135a | ||
![]() |
1d8348b411 | ||
![]() |
c9b8b82bf6 | ||
![]() |
2765ec9302 | ||
![]() |
a1b284de0a | ||
![]() |
8b15203950 | ||
![]() |
229ec9cbdc | ||
![]() |
4e50d6714d | ||
![]() |
5c90133021 | ||
![]() |
2cbf68b5e7 | ||
![]() |
5ac9e36ed6 | ||
![]() |
acdd35290e | ||
![]() |
70450b80d2 | ||
![]() |
c2e5031710 | ||
![]() |
dd7348066f | ||
![]() |
df6e288519 | ||
![]() |
9b558e2a07 | ||
![]() |
aea0de4777 | ||
![]() |
c7d4a099d9 | ||
![]() |
18a4b90501 | ||
![]() |
0e3d543a13 |
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ Enjoy!
|
|||
### Branches
|
||||
|
||||
* `master`: latest stable release (still based on `dev2`).
|
||||
* `dev`: development branch for mimalloc v1. Use this branch for submitting PR's.
|
||||
* `dev`: development branch for mimalloc v1. **Use this branch for submitting PR's**.
|
||||
* `dev2`: development branch for mimalloc v2. This branch is downstream of `dev`
|
||||
(and is essentially equal to `dev` except for `src/segment.c`). Uses larger sliced segments to manage
|
||||
mimalloc pages that can reduce fragmentation.
|
||||
|
@ -84,7 +84,7 @@ Enjoy!
|
|||
|
||||
### Releases
|
||||
|
||||
* 2025-03-28, `v1.9.3`, `v2.2.3`, `v3.0.3-beta`: Various small bug and build fixes, including:
|
||||
* 2025-03-28, `v1.9.3`, `v2.2.3`, `v3.0.3` (beta): Various small bug and build fixes, including:
|
||||
fix arm32 pre v7 builds, fix mingw build, get runtime statistics, improve statistic commit counts,
|
||||
fix execution on non BMI1 x64 systems.
|
||||
* 2025-03-06, `v1.9.2`, `v2.2.2`, `v3.0.2-beta`: Various small bug and build fixes.
|
||||
|
|
Loading…
Add table
Reference in a new issue