Commit Graph

81 Commits

Author SHA1 Message Date
Daan Leijen f2a2eb4ad0 merge from dev 2022-04-20 17:16:25 -07:00
Daan Leijen 7bc602ebb4 redefine mi_likely/mi_unlikely to work with C++ 20 [[likely]] attributes 2022-04-19 19:50:06 -07:00
Daan Leijen 84126e8dc0 add vs2022 solution 2022-04-19 11:04:05 -07:00
Daan Leijen 1270eec6c0 merge from dev 2022-04-10 13:19:26 -07:00
daan 959845540d use W4 for msvc compilation 2021-11-13 14:13:03 -08:00
Daan Leijen 4ba32c3160 Revert "make all includes relative"
This reverts commit 1feb6123d9.
2021-06-07 16:47:57 -07:00
Daan Leijen 1feb6123d9 make all includes relative 2021-06-06 20:31:36 -07:00
daan c86459afef split bitmap code into separate header and source file 2020-09-08 10:14:13 -07:00
daan c7272afa9a add mi_reserve_os_memory/mi_manage_os_memory; allow arena allocations to cross multiple bitmap fields 2020-09-07 21:34:34 -07:00
daan 9d82b15d87 fix warnings on vs2017 2020-09-05 12:04:25 -07:00
daan 551831ba1c ctest output verbose on windows pipeline 2020-09-05 10:30:54 -07:00
daan 2e311f341b fix msvc compilation in C mode 2020-09-05 09:37:09 -07:00
daan b74caddcc1 fix memory order to acq_rel for atomic and/or, issue #130, thanks @mpoeter! 2020-07-23 15:00:49 -07:00
daan afc4f79a69 fix for ensuring heap initialization with static linking on windows on huge allocations (issues #221) 2020-04-06 12:15:12 -07:00
daan 0a3e5bb699 further fixes to compile on mingw without warnings (issue #217) 2020-04-06 10:56:53 -07:00
daan feb0699bcb fix aligment check when padding is enabled 2020-02-02 22:01:04 -08:00
daan 7d3d37e4dd Merge branch 'dev' into dev-exp 2020-02-02 15:54:41 -08:00
daan f5ab2c1c49 suppress spurious warnings with clang-cl 2020-02-02 15:50:02 -08:00
daan 8aba40a972 use default declaration for the STL allocator class 2020-02-01 17:41:04 -08:00
daan 5135c2b96a add test-api to vs solution 2020-02-01 14:29:55 -08:00
daan 40f1e1e07b byte-precise heap block overflow checking with encoded padding 2020-01-31 23:39:51 -08:00
daan 4faf412f53 move 'memory.c' to 'region.c' 2020-01-25 13:28:49 -08:00
daan b31bc52618 add cache alignment directives for contended variables 2020-01-24 19:02:13 -08:00
daan cdc34595cf fix warning in msvc 2020-01-23 10:52:27 -08:00
daan 6b7356a10a make mimalloc compile with the highest warning level on msvc 2020-01-16 18:12:01 -08:00