Commit graph

3289 commits

Author SHA1 Message Date
Daan
c3e45a579f Merge branch 'dev' into dev2 2025-05-04 22:19:32 -07:00
Daan
e2d7c24c73 add fixed TLS slot test to pipeline on Windows 2025-05-04 22:17:59 -07:00
daanx
303b196d40 fix MI_WIN_USE_FIXED_TLS conditions 2025-05-04 22:09:56 -07:00
daanx
52b75693c4 use TlsAlloc with a dynamic offset for MI_WIN_USE_FIXED_TLS by default (issue #1078) 2025-05-04 22:03:10 -07:00
daanx
08d91e2101 Merge branch 'dev' of https://github.com/microsoft/mimalloc into dev 2025-05-04 21:41:41 -07:00
Daan
63b0989df5 revert use of selectany for msvc (issue #1078) 2025-05-04 21:41:26 -07:00
daanx
a74eed4f33 Merge branch 'dev' of https://github.com/microsoft/mimalloc into dev 2025-05-04 20:12:09 -07:00
Daan
39e16518a3 Merge branch 'dev' into dev2 2025-05-04 19:52:49 -07:00
daanx
9c24c428cb add more decl_hidden specifiers on extern variables to improve access on arm64 2025-05-04 19:51:13 -07:00
daanx
9194362e48 improve TLS access on Windows with msvc (by Frank Richter, issue #1078) 2025-05-04 19:51:13 -07:00
daanx
f989a1cbb9 add more decl_hidden specifiers on extern variables to improve access on arm64 2025-05-04 09:10:38 -07:00
daanx
e4c5d09d65 improve TLS access on Windows with msvc (by Frank Richter, issue #1078) 2025-05-04 09:04:57 -07:00
Daan
738e98690f Merge branch 'dev' into dev2 2025-05-02 16:37:08 -07:00
Daan
a080e3263a Merge remote-tracking branch 'T9/dev' into dev 2025-05-02 16:34:51 -07:00
daanx
e82e03c3e2 Merge branch 'dev' into dev2 2025-05-02 16:29:12 -07:00
daanx
417e8176bd add unix large page size constant and adjust aligment to the large page size for large allocations 2025-05-02 16:27:00 -07:00
daanx
f3e92b1edd Use second user TLS slot to avoid using reserved fields in the TEB (issue #1078) 2025-05-02 16:12:20 -07:00
daanx
2c34250f43 extend override test on windows 2025-05-02 08:55:16 -07:00
daanx
6bfb1c656c allow size==0 for mi_prim_free (issue #1041) 2025-05-02 08:40:21 -07:00
Daan
aad0bc2ae3 fix cast on msvc 2025-05-02 08:09:40 -07:00
Daan
7ddc64d902 Merge branch 'dev' into dev2 2025-04-13 19:57:01 -07:00
Daan
fae61ed946 fix assertion in mi_free_size (issue #754) 2025-04-13 19:56:49 -07:00
Daan
de776bcfe1 Merge remote-tracking branch 'refs/remotes/origin/dev2' into dev2 2025-04-13 19:52:24 -07:00
Daan
9cc63c16fb Merge branch 'dev' into dev2 2025-04-13 19:52:00 -07:00
Daan
a5298dd48f Merge remote-tracking branch 'refs/remotes/origin/dev' into dev 2025-04-13 19:50:59 -07:00
Daan
53e8f36aec Merge branch 'dev' into dev2 2025-04-13 19:49:56 -07:00
Daan
7543e8989a validate pointer before assertion in mi_free_size (issue #754) 2025-04-13 19:49:47 -07:00
Daan
9b9c1e0512 Merge branch 'dev' into dev2 2025-04-08 13:56:59 -07:00
Daan
951538d469 fix prctl.h includes for alpine linux/musl (hopefully fixes #1065, #1066, #1067) 2025-04-08 13:56:31 -07:00
Daan
bc8eca8bf2 typo 2025-04-02 12:09:09 -07:00
daanx
8c99ac1bbd fix typo 2025-04-02 11:16:33 -07:00
daanx
d767dbfbb4 use C++ compilation with clang-cl (as well as msvc) on Windows 2025-04-02 10:50:36 -07:00
daanx
5a58df6534 fix signed compare warning 2025-04-02 10:40:30 -07:00
daanx
3c3600f85f add atomic_cas_ptr_strong_acq_rel 2025-04-02 10:36:01 -07:00
daanx
235a0390ee refactor numa_node_count 2025-04-02 10:34:00 -07:00
Daan
130bc77c40 Merge branch 'dev' into dev2 2025-03-31 14:45:06 -07:00
Daan
77b622511a fix alpine compilation with prctl.h (issue #1059) 2025-03-31 14:44:46 -07:00
Daan
e1110cdb9f nicer cmake logic for windows override test 2025-03-31 11:02:10 -07:00
Daan
a9e9467429 make dynamic override test verbose 2025-03-31 11:00:05 -07:00
Daan
3b0cc1ea0e Merge branch 'dev' into dev2 2025-03-31 10:57:24 -07:00
Daan
07743454e5 fix dynamic override test on non-windows platforms 2025-03-31 10:57:16 -07:00
Daan
cbab63f6c9 fix release build warning (unused mi_stat_total_print) 2025-03-30 16:15:27 -07:00
Daan
f2539bbe34 update readme 2025-03-28 15:37:11 -07:00
Daan
c016d276ba bump version to 2.2.4 for further development 2025-03-28 14:22:39 -07:00
Daan
a78374d816 bump version to 1.9.4 for further development 2025-03-28 14:22:02 -07:00
Daan
94036de6fe Merge branch 'dev' into dev2 2025-03-28 14:19:07 -07:00
Daan
8a81fc73c8 update readme 2025-03-28 14:18:28 -07:00
Daan
401a043849 Merge branch 'dev' into dev2 2025-03-28 13:28:16 -07:00
Daan
f46c1d2624 update readme 2025-03-28 13:28:10 -07:00
Daan
b843fead22 update mimalloc-redirect to v1.3.3; fix issue #1049 2025-03-28 13:11:37 -07:00