Daan
|
095abc9e3d
|
fix TLS slot on macOS
|
2024-12-26 11:16:04 -08:00 |
|
daanx
|
e10d0d2dee
|
add declspec hidden to improve codegen on arm64
|
2024-12-26 10:33:25 -08:00 |
|
daanx
|
783dcb4129
|
add comments about TLS
|
2024-12-26 10:24:20 -08:00 |
|
daanx
|
47b5f48b29
|
renamed vcxproj
|
2024-12-26 10:08:19 -08:00 |
|
Daan Leijen
|
b48ffaf230
|
Merge branch 'dev' of d:\dev\mimalloc3 into dev
|
2024-12-25 14:15:13 -08:00 |
|
daanx
|
63f47569f2
|
fix debug_show_arenas parameters
|
2024-12-25 13:35:54 -08:00 |
|
daanx
|
587e08ccd4
|
improve commit stats
|
2024-12-25 11:12:26 -08:00 |
|
daanx
|
cfe73e9d48
|
wip: merging from upstream
|
2024-12-25 10:56:43 -08:00 |
|
Daan Leijen
|
095f848ae8
|
fix issue #976
|
2024-12-24 17:22:58 -08:00 |
|
Javier Blazquez
|
83dacd190e
|
free segment map when destroy_on_exit is set
|
2024-12-22 22:24:13 -08:00 |
|
daanx
|
7085b6cec3
|
limit candidate search to 4
|
2024-12-21 15:38:27 -08:00 |
|
daanx
|
825dd41769
|
fix build error
|
2024-12-21 15:29:39 -08:00 |
|
daanx
|
476d4699ff
|
limit purgeing to one purge cycle per purge delay
|
2024-12-21 15:24:46 -08:00 |
|
daanx
|
e3ebebb990
|
update lock primitive; fix arena exclusive allocation
|
2024-12-21 14:39:17 -08:00 |
|
daanx
|
93e14344c7
|
use srw lock on windows
|
2024-12-20 17:32:26 -08:00 |
|
Daan Leijen
|
f3d83e5fa6
|
insert full pages at the end of the queue; only override page candidate if the page is not too full
|
2024-12-20 13:55:31 -08:00 |
|
Daan Leijen
|
df82338d8a
|
don't override a page candidate with a page that is too full
|
2024-12-20 13:04:30 -08:00 |
|
Daan Leijen
|
26eaa1f4e2
|
fix cmake to generate mimalloc.dll on windows
|
2024-12-20 12:52:58 -08:00 |
|
Daan Leijen
|
4ed44f9621
|
update readme to use mimalloc.dll (instead of mimalloc-override.dll)
|
2024-12-20 12:52:34 -08:00 |
|
Daan Leijen
|
4b7313914e
|
add updated minject v1.2 that defaults to mimalloc.dll instead of mimalloc-override.dll
|
2024-12-20 12:52:00 -08:00 |
|
Daan Leijen
|
f8a253e6e8
|
update IDE settings to match cmake output; in particular mimalloc-override.dll -> mimalloc.dll
|
2024-12-20 12:51:13 -08:00 |
|
Daan Leijen
|
7456d22fe3
|
add link for VS generator
|
2024-12-19 14:22:10 -08:00 |
|
Daan Leijen
|
3a9c402e51
|
update readme for cmake on windows
|
2024-12-19 14:18:16 -08:00 |
|
Daan Leijen
|
b51c0974d3
|
fix cmake for visual studio on arm64
|
2024-12-19 14:00:54 -08:00 |
|
Daan Leijen
|
2876b8c0c5
|
update redirection readme
|
2024-12-19 11:42:38 -08:00 |
|
Daan Leijen
|
0c6235e129
|
add _base test for redirection
|
2024-12-19 11:37:42 -08:00 |
|
Daan Leijen
|
c409928f5e
|
Merge branch 'dev' of d:\dev\mimalloc3 into dev
|
2024-12-19 11:12:44 -08:00 |
|
Daan Leijen
|
130227e399
|
update redirection modules to v1.3
|
2024-12-19 11:10:17 -08:00 |
|
Daan Leijen
|
27d929f338
|
add support for arm64ec
|
2024-12-18 23:55:37 -08:00 |
|
daanx
|
61a112cde5
|
fix MI_ARCH test
|
2024-12-18 14:45:44 -08:00 |
|
daanx
|
69d2b4e991
|
add comments/doc
|
2024-12-18 14:41:20 -08:00 |
|
daanx
|
515ae84174
|
syntax error
|
2024-12-18 14:35:10 -08:00 |
|
daanx
|
636d646b9c
|
update arch detection in cmake
|
2024-12-18 14:20:49 -08:00 |
|
daanx
|
617190880d
|
add ajust stats to compensate for double counting
|
2024-12-17 17:53:34 -08:00 |
|
daanx
|
c2e0aa49c4
|
update minject to v1.1
|
2024-12-17 16:07:18 -08:00 |
|
Daan Leijen
|
df593a3ec1
|
make timeout for tests in the pipeline up to 4 min
|
2024-12-17 00:35:28 -08:00 |
|
Daan Leijen
|
ac52b6967d
|
update arm64 redirection
|
2024-12-17 00:06:03 -08:00 |
|
Daan Leijen
|
6ac636e2e2
|
update readme
|
2024-12-16 23:22:52 -08:00 |
|
Daan Leijen
|
3feb0d6cea
|
add Windows arm64 support in cmame; name the mimalloc dll 'mimalloc-override.dll' on Windows with cmake (to match the IDE and minject
|
2024-12-16 23:09:50 -08:00 |
|
Daan Leijen
|
de8d73d208
|
add minject for windows arm64
|
2024-12-16 22:53:52 -08:00 |
|
Daan Leijen
|
b47c68fefd
|
add redirection dll for windows on arm64
|
2024-12-16 22:53:23 -08:00 |
|
Daan Leijen
|
d5e1a62a7c
|
add windows arm64 target to vs2022
|
2024-12-16 22:51:30 -08:00 |
|
daanx
|
91215a5512
|
ensure incompatible heaps are not absorbed
|
2024-12-11 09:20:34 -08:00 |
|
daanx
|
7bb4767607
|
add asan/ubsan/tsan and valgrind to default debug build
|
2024-12-10 20:45:59 -08:00 |
|
Daan
|
9886379349
|
fix macos 15 OS name
|
2024-12-09 21:22:30 -08:00 |
|
Daan
|
2556a2022d
|
fix missing void
|
2024-12-09 20:50:00 -08:00 |
|
daanx
|
ed31847112
|
fix generic ctz/clz
|
2024-12-09 20:45:22 -08:00 |
|
daanx
|
c8607a8d01
|
remove os_tld and stats parameters to os interface
|
2024-12-08 17:56:13 -08:00 |
|
daanx
|
d9a2f76ff7
|
fix write to empty heap in mi_guarded build
|
2024-12-08 17:23:09 -08:00 |
|
daanx
|
68bd8744b7
|
fix spelling
|
2024-12-08 09:13:48 -08:00 |
|