64 Commits

Author SHA1 Message Date
Daan 878627072b add test for issue #1024 2025-06-17 06:03:05 -07:00
daanx 90da648b08 merge from dev 2025-05-02 16:28:57 -07:00
daanx 2c34250f43 extend override test on windows 2025-05-02 08:55:16 -07:00
daanx a7370dcbd2 fix highest allocated page for arena unload 2025-01-22 12:25:02 -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
daanx 1711a82756 add test for mimalloc override on Windows (issue #981) 2025-01-06 12:08:15 -08:00
Daan Leijen 0c6235e129 add _base test for redirection 2024-12-19 11:37:42 -08:00
Daan Leijen 27d929f338 add support for arm64ec 2024-12-18 23:55:37 -08:00
Daan Leijen d5e1a62a7c add windows arm64 target to vs2022 2024-12-16 22:51:30 -08:00
daanx d57cb0765d add guarded objects that are sampled (and fit a size range). guarded sample rate etc can be set per heap as well as defaulted with options 2024-11-17 22:45:09 -08:00
Daan e2f4fe647e update test file 2024-10-29 22:23:21 -07:00
Daan 50d3525a8c add test for issue #944 2024-10-21 05:04:27 -07:00
Daan Leijen 0b3cd51249 add initial primitive api for locks 2024-06-01 16:45:20 -07:00
Daan c6750c51ab Fix new[] / delete mismatch. #745 2024-03-02 17:16:03 -08:00
Daan 2141e414a7 Merge pull request #708 from devnexen/new_placement_tests
c++ override test new placement operator
2023-03-29 15:57:53 -07:00
Daan 01b460fedb add std::string test for macos 2023-03-20 13:24:11 -07:00
David Carlier cbccbbe9a4 c++ override test new placement operator 2023-03-18 11:11:49 +00:00
Daan Leijen 6a230f8329 fix compilation of heap specific STL allocators for vs2017 2023-02-07 11:07:52 -08:00
Daan Leijen ef3f651f3f change implementation of mi_realpath to be more robust; see issue #660 2022-12-19 18:59:33 -08:00
Johannes Schindelin 745a34f475 Fix whitespace
This mostly deletes trailing spaces.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2022-12-03 00:24:20 +01:00
Daan Leijen c1299484de refactor C++ STL allocator definitions (pr #651) 2022-11-27 13:00:15 -08:00
Daan Leijen a7bd9c08c8 fix decommit of huge pages 2022-11-23 09:58:45 -08:00
Daan Leijen 9617f16df9 add STL allocators that use a specific heap and can destroy at the end; see original PR #625 by @vmarkovtsev 2022-11-22 16:58:32 -08:00
Daan Leijen 320f95f6cd further fixes to allow statically linking mimalloc in DLL modules (issue #508) 2022-01-10 16:07:22 -08:00
Daan Leijen 32c5e4774f update tests with static 2021-07-26 19:14:29 -07:00