Daan
|
62833be9eb
|
disable dynamic override test on ubsan/tsan/asan
|
2025-02-09 18:44:17 -08:00 |
|
Daan
|
7dd598e0e8
|
add dynamic override test
|
2025-02-09 18:32:16 -08:00 |
|
Daan Leijen
|
5f9b42685e
|
remove declspec(dllexport) from DllMain on Windows (issue #1008)
|
2025-02-08 12:51:06 -08:00 |
|
Daan
|
069279e3e7
|
improve cmake for multi-arch binaries on apple
|
2025-02-08 12:18:27 -08:00 |
|
Daan
|
0e9159e0bf
|
add comment
|
2025-02-08 12:06:39 -08:00 |
|
Daan
|
cb2719cdb8
|
Merge pull request #999 from jbatez/dev
support MI_OPT_ARCH when targeting multiple CMAKE_OSX_ARCHITECTURES
|
2025-02-08 11:46:07 -08:00 |
|
Jo Bates
|
eb0081382b
|
support MI_OPT_ARCH when targeting multiple CMAKE_OSX_ARCHITECTURES
|
2025-02-01 17:04:46 -08:00 |
|
Daan
|
90b7a694eb
|
syntax error fix (#992)
|
2025-01-22 12:29:41 -08:00 |
|
Daan
|
5e71dfc336
|
check dynamically for getPhysicallyInstalledSystemMemory on windows (issue #992)
|
2025-01-22 12:03:58 -08:00 |
|
daanx
|
14b4f674fa
|
nicer figure
|
2025-01-15 12:33:11 -08:00 |
|
daanx
|
2bc52557c5
|
add figure to readme for mimalloc-redirect
|
2025-01-15 12:31:35 -08:00 |
|
daanx
|
4a14c69554
|
disable using vcpkg in the VS projects
|
2025-01-15 12:11:52 -08:00 |
|
Daan
|
97c304dc39
|
vcpkg: bump sha
|
2025-01-13 16:59:24 -08:00 |
|
Daan
|
866ce5b89d
|
vcpkg: remove INTERFACE_INCLUDE_DIRECTORIES again
|
2025-01-13 16:57:59 -08:00 |
|
daanx
|
bd8cdc912c
|
add INTERFACE_INCLUDE_DIRECTORIES to vckpcg wrapper
|
2025-01-13 16:03:36 -08:00 |
|
daanx
|
af602df758
|
update readme to reflect name changes of the Windows export library to mimalloc.dll.lib
|
2025-01-13 15:32:52 -08:00 |
|
daanx
|
7a27001483
|
update minject to use mimalloc.dll by default (issue #989)
|
2025-01-13 15:03:23 -08:00 |
|
daanx
|
8d520306b8
|
set pdb name on windows
|
2025-01-11 12:32:23 -08:00 |
|
daanx
|
24ec5978c8
|
use .dll.pdb for the dll debug file in Visual Studio
|
2025-01-10 10:59:44 -08:00 |
|
daanx
|
f4c3a9069a
|
update minject -- possible fix for #986
|
2025-01-10 09:41:13 -08:00 |
|
daanx
|
11e64c5c42
|
update vcpkg instructions
|
2025-01-10 09:19:08 -08:00 |
|
Daan
|
be05b232e8
|
fix obj path on windows
|
2025-01-10 08:44:31 -08:00 |
|
Daan
|
4e5a6d2136
|
initial sources for vcpkg support
|
2025-01-09 23:29:57 -08:00 |
|
Daan
|
3f91c9f937
|
move docker files
|
2025-01-09 23:10:12 -08:00 |
|
daanx
|
0be6db0e28
|
comments
|
2025-01-09 21:06:38 -08:00 |
|
daanx
|
4fcf56af2e
|
use consistent naming on Windows vs other platforms. Use mimalloc.dll.lib for the dll import library to avoid a clash with the static mimalloc.lib library
|
2025-01-09 20:57:08 -08:00 |
|
Daan Leijen
|
600ca88e87
|
fix library name for pkg config files (and to avoid extra patches in vcpkg)
|
2025-01-09 19:31:05 -08:00 |
|
daanx
|
432af2f304
|
use directly CMAKE_INSTALL_BIN/LIBDIR to avoid patch in vcpkg
|
2025-01-09 18:35:03 -08:00 |
|
Daan Leijen
|
7fa3b41fc9
|
limit object size in pages to 1/8th
|
2025-01-07 19:30:52 -08:00 |
|
Daan Leijen
|
195249e6bf
|
maintain precise try count for reclaim
|
2025-01-07 19:28:44 -08:00 |
|
Daan Leijen
|
c4f96f7abc
|
update proj
|
2025-01-07 19:20:04 -08:00 |
|
Daan Leijen
|
a3b813c2bb
|
update readme with clang-cl cmake instructions
|
2025-01-07 13:07:54 -08:00 |
|
daanx
|
1711a82756
|
add test for mimalloc override on Windows (issue #981)
|
2025-01-06 12:08:15 -08:00 |
|
Daan Leijen
|
5764845c4d
|
fix build on msvc in C compilation; fix build with clang-cl on Windows
|
2025-01-06 10:27:46 -08:00 |
|
Daan Leijen
|
9ec5da08b2
|
bump version for further development
|
2025-01-05 15:45:04 -08:00 |
|
Daan Leijen
|
83fd6e33fb
|
Merge branch 'dev' of e:\dev\mimalloc3 into dev
|
2025-01-05 15:43:15 -08:00 |
|
daanx
|
aa8e8ab58d
|
remove mi_debug_show_arenas parameter
|
2025-01-05 11:42:17 -08:00 |
|
daanx
|
de0324e1a7
|
return length from _mi_snprintf
|
2025-01-04 22:01:28 -08:00 |
|
daanx
|
a415940604
|
move singleton pages to the full queue at allocation time
|
2025-01-04 17:44:56 -08:00 |
|
Daan Leijen
|
ffdea63673
|
update readme
|
2025-01-03 20:34:14 -08:00 |
|
Daan Leijen
|
69ea6a3c55
|
display full version during cmake
|
2025-01-03 20:20:17 -08:00 |
|
Daan Leijen
|
2451b5685c
|
fix large OS page behaviour on Linux; default is now 2 which only uses large OS pages (not huge) through madvise
|
2025-01-03 20:00:40 -08:00 |
|
Daan Leijen
|
27687718bc
|
bump version to 1.8.9 for further development
|
2025-01-03 18:44:23 -08:00 |
|
Daan Leijen
|
8bc0f43f9e
|
fix link in readme
|
2025-01-03 18:18:05 -08:00 |
|
Daan Leijen
|
30dd2b9bec
|
allow large OS pages on Linux by default (but not on Android)
|
2025-01-03 18:10:37 -08:00 |
|
Daan Leijen
|
98699c983a
|
update to v1.8.8
|
2025-01-03 17:56:15 -08:00 |
|
Daan Leijen
|
a0a6ad3cf9
|
add thread_local for c++
|
2025-01-03 08:17:32 -08:00 |
|
Daan Leijen
|
e8c27072a1
|
fix alignment for mi_manage_os_memory (issue #980)
|
2025-01-02 17:21:34 -08:00 |
|
daanx
|
b28e2bdd93
|
fix pointer alignment for zero-sized large alignment case
|
2025-01-02 15:02:40 -08:00 |
|
Daan Leijen
|
81d69d525e
|
add newline
|
2024-12-31 14:13:01 -08:00 |
|