kiper220
  • Joined on 2025-02-07
kiper220 synced commits to refs/pull/1057/merge at kiper220/mimalloc from mirror 2025-05-03 22:19:32 +03:00
a080e3263a Merge remote-tracking branch 'T9/dev' into dev
417e8176bd add unix large page size constant and adjust aligment to the large page size for large allocations
f3e92b1edd Use second user TLS slot to avoid using reserved fields in the TEB (issue #1078)
2c34250f43 extend override test on windows
Compare 7 commits »
kiper220 synced commits to refs/pull/1076/merge at kiper220/mimalloc from mirror 2025-05-03 22:19:32 +03:00
a080e3263a Merge remote-tracking branch 'T9/dev' into dev
417e8176bd add unix large page size constant and adjust aligment to the large page size for large allocations
f3e92b1edd Use second user TLS slot to avoid using reserved fields in the TEB (issue #1078)
2c34250f43 extend override test on windows
Compare 7 commits »
kiper220 synced commits to refs/pull/1028/merge at kiper220/mimalloc from mirror 2025-05-03 22:19:32 +03:00
a080e3263a Merge remote-tracking branch 'T9/dev' into dev
417e8176bd add unix large page size constant and adjust aligment to the large page size for large allocations
f3e92b1edd Use second user TLS slot to avoid using reserved fields in the TEB (issue #1078)
2c34250f43 extend override test on windows
Compare 7 commits »
kiper220 synced commits to refs/pull/1059/merge at kiper220/mimalloc from mirror 2025-05-03 22:19:32 +03:00
a080e3263a Merge remote-tracking branch 'T9/dev' into dev
417e8176bd add unix large page size constant and adjust aligment to the large page size for large allocations
f3e92b1edd Use second user TLS slot to avoid using reserved fields in the TEB (issue #1078)
2c34250f43 extend override test on windows
Compare 7 commits »
kiper220 synced commits to dev3 at kiper220/mimalloc from mirror 2025-05-03 05:59:31 +03:00
ab056e83b8 merge from dev
a080e3263a Merge remote-tracking branch 'T9/dev' into dev
90da648b08 merge from dev
417e8176bd add unix large page size constant and adjust aligment to the large page size for large allocations
87bbcb6266 fix use of mi_bsr
Compare 9 commits »
kiper220 synced commits to dev at kiper220/mimalloc from mirror 2025-05-03 05:59:31 +03:00
a080e3263a Merge remote-tracking branch 'T9/dev' into dev
417e8176bd add unix large page size constant and adjust aligment to the large page size for large allocations
f3e92b1edd Use second user TLS slot to avoid using reserved fields in the TEB (issue #1078)
2c34250f43 extend override test on windows
6bfb1c656c allow size==0 for mi_prim_free (issue #1041)
Compare 6 commits »
kiper220 synced commits to dev2 at kiper220/mimalloc from mirror 2025-05-03 05:59:31 +03:00
738e98690f Merge branch 'dev' into dev2
a080e3263a Merge remote-tracking branch 'T9/dev' into dev
e82e03c3e2 Merge branch 'dev' into dev2
417e8176bd add unix large page size constant and adjust aligment to the large page size for large allocations
f3e92b1edd Use second user TLS slot to avoid using reserved fields in the TEB (issue #1078)
Compare 8 commits »
kiper220 synced commits to refs/pull/1075/merge at kiper220/mimalloc from mirror 2025-05-03 05:59:31 +03:00
a080e3263a Merge remote-tracking branch 'T9/dev' into dev
417e8176bd add unix large page size constant and adjust aligment to the large page size for large allocations
f3e92b1edd Use second user TLS slot to avoid using reserved fields in the TEB (issue #1078)
2c34250f43 extend override test on windows
Compare 7 commits »
kiper220 synced commits to refs/pull/1081/head at kiper220/mimalloc from mirror 2025-05-02 21:59:31 +03:00
142c550963 fix mi_clz and mi_ctz having undefined behavior due to uninitialized variable
kiper220 synced commits to dev3 at kiper220/mimalloc from mirror 2025-05-02 21:59:30 +03:00
3c3d16fe48 fix mi_ctz/clz/bsf/bsr to avoid msvc compilation bug (issue #1071, pr #1081)
kiper220 synced and deleted reference refs/tags/refs/pull/1081/merge at kiper220/mimalloc from mirror 2025-05-02 21:59:30 +03:00
kiper220 synced commits to refs/pull/1081/head at kiper220/mimalloc from mirror 2025-05-02 13:49:31 +03:00
ab4ecac1ec fix mi_clz and mi_ctz having undefined behavior due to uninitialized variable
kiper220 synced commits to refs/pull/1081/merge at kiper220/mimalloc from mirror 2025-05-02 13:49:31 +03:00
ab4ecac1ec fix mi_clz and mi_ctz having undefined behavior due to uninitialized variable
Compare 2 commits »
kiper220 synced commits to refs/pull/977/merge at kiper220/mimalloc from mirror 2025-04-14 14:09:31 +03:00
fae61ed946 fix assertion in mi_free_size (issue #754)
a5298dd48f Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
7543e8989a validate pointer before assertion in mi_free_size (issue #754)
Compare 4 commits »
kiper220 synced commits to refs/pull/995/merge at kiper220/mimalloc from mirror 2025-04-14 14:09:31 +03:00
fae61ed946 fix assertion in mi_free_size (issue #754)
a5298dd48f Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
7543e8989a validate pointer before assertion in mi_free_size (issue #754)
Compare 4 commits »
kiper220 synced commits to refs/pull/1028/merge at kiper220/mimalloc from mirror 2025-04-14 14:09:31 +03:00
fae61ed946 fix assertion in mi_free_size (issue #754)
a5298dd48f Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
7543e8989a validate pointer before assertion in mi_free_size (issue #754)
Compare 4 commits »
kiper220 synced commits to refs/pull/959/merge at kiper220/mimalloc from mirror 2025-04-14 14:09:31 +03:00
fae61ed946 fix assertion in mi_free_size (issue #754)
a5298dd48f Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
7543e8989a validate pointer before assertion in mi_free_size (issue #754)
Compare 4 commits »
kiper220 synced commits to refs/pull/931/merge at kiper220/mimalloc from mirror 2025-04-14 14:09:31 +03:00
fae61ed946 fix assertion in mi_free_size (issue #754)
a5298dd48f Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
7543e8989a validate pointer before assertion in mi_free_size (issue #754)
Compare 4 commits »
kiper220 synced commits to refs/pull/637/merge at kiper220/mimalloc from mirror 2025-04-14 14:09:31 +03:00
fae61ed946 fix assertion in mi_free_size (issue #754)
a5298dd48f Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
7543e8989a validate pointer before assertion in mi_free_size (issue #754)
951538d469 fix prctl.h includes for alpine linux/musl (hopefully fixes #1065, #1066, #1067)
Compare 16 commits »
kiper220 synced commits to refs/pull/1057/merge at kiper220/mimalloc from mirror 2025-04-14 14:09:31 +03:00
fae61ed946 fix assertion in mi_free_size (issue #754)
a5298dd48f Merge remote-tracking branch 'refs/remotes/origin/dev' into dev
7543e8989a validate pointer before assertion in mi_free_size (issue #754)
Compare 4 commits »