Commit Graph

1858 Commits

Author SHA1 Message Date
Daan
19edc880da merge from dev 2022-02-14 16:36:03 -08:00
Daan
817569dfad bump to version x.0.5 2022-02-14 16:34:18 -08:00
Daan
a126d186db Merge commit 'c3b577df' into dev 2022-02-14 16:33:26 -08:00
Daan
c3b577df0d fix for macOS M1 Monteray to check pointers in zone_size 2022-02-14 16:32:28 -08:00
Daan
a1310047c4 Merge branch 'dev-slice' of https://github.com/microsoft/mimalloc into dev-slice 2022-02-14 16:16:30 -08:00
Daan
e91ee4c384 Merge branch 'dev' into dev-slice 2022-02-14 16:16:03 -08:00
Daan
8a1f8a305a prepare for x.0.4 release 2022-02-14 16:14:51 -08:00
daan
26695dc582 Merge branch 'dev' into dev-slice 2022-02-14 15:45:10 -08:00
daan
8cf985ac8f fix warning on freebsd 2022-02-14 15:44:50 -08:00
daan
221f96ac2c Merge branch 'dev' into dev-slice 2022-02-10 11:59:28 -08:00
daan
38639a08c8 fix test-api-fill c++ compilation 2022-02-10 11:58:25 -08:00
daan
96008c55d0 fix ubsan warning on huge allocations (issue #543) 2022-02-10 11:57:30 -08:00
daan
352d8be237 Merge branch 'dev' into dev-slice 2022-02-10 11:46:43 -08:00
daan
ccbc8ae0bb add huge allocation test (see #544 by @Tiran) 2022-02-10 11:46:28 -08:00
daan
e87b1d2298 add extra huge allocation test 2022-02-10 11:08:13 -08:00
daan
f2b6938d64 fix start adjustment for the commit mask 2022-02-05 17:36:14 -08:00
daan
47f8caad4d improve commit chunk alignment 2022-02-05 17:23:28 -08:00
daan
8ec83f6945 increase min commit to 2 mib 2022-02-05 11:21:47 -08:00
daan
e11100a137 add minimal commit size for increased efficiency (decommit fine grained, commit coarse grained) 2022-02-05 10:57:15 -08:00
daan
9ca363d0e4 merge from dev 2022-02-04 16:13:12 -08:00
daan
f2bfaa74fe enable eager delay even on overcommit systems 2022-02-04 16:12:22 -08:00
daan
0e2df71829 increase minimal commit size to 8*slice-size and add decommit_extend_delay as option 2022-02-04 16:11:38 -08:00
daan
fb418831df only delay eager commit after the first thread 2022-02-04 16:10:51 -08:00
Daan
0dd5a2e0a5 Merge branch 'dev' into dev-slice 2022-02-03 15:59:49 -08:00
Daan
08e9d4b6c1 small fixes 2022-02-03 15:56:53 -08:00
Daan
0e1beb0018 check for decommit allowed before purging the segment cache 2022-02-03 15:51:27 -08:00
Daan
cbcee4dce4 merge from dev 2022-02-03 15:49:27 -08:00
daan
741d39a004 fix over aggressive decommit of abandoned pages 2022-02-03 14:26:56 -08:00
Daan
df998563bc
Merge pull request #530 from Jarred-Sumner/bun
Add  MI_SKIP_COLLECT_ON_EXIT flag
2022-02-02 20:41:14 -08:00
Daan
2e3e97819c Merge branch 'dev' of https://github.com/microsoft/mimalloc into dev 2022-02-02 20:12:34 -08:00
Daan
3e05c64d8b fix compile error on macOS 10.13 for claimed_address; fix by @michaeljclark, issue #527 2022-02-02 20:12:26 -08:00
Daan
c6f32c9533
Merge pull request #528 from michaeljclark/mimalloc-fixes
mimalloc-types: amend comment adding medium to list of page kinds
2022-02-02 19:57:50 -08:00
Daan
f4e221917b
Merge branch 'dev' into bun 2022-02-02 19:56:27 -08:00
Daan
a3325a9b6f Merge branch 'master' into dev 2022-02-02 19:51:51 -08:00
Daan
794d98d71e
Merge pull request #538 from thehans/patch-1
Include mimalloc-redirect.dll with cmake install
2022-02-02 19:51:01 -08:00
Daan
32da74e032
Merge pull request #539 from devnexen/obsd_asm_fix
tls revives inline asm for openbsd
2022-02-02 19:45:39 -08:00
Daan
b365623b13 merge from dev 2022-02-02 19:21:15 -08:00
Daan
f515b80093 update documentation on options 2022-02-02 19:19:03 -08:00
Daan
4e65b5018f clean up options 2022-02-02 19:01:41 -08:00
Daan
932f866105 decommit segment cache on force collect 2022-02-02 18:28:02 -08:00
Daan
ccfe005731 decommit in abandoned pages on mi_collect 2022-02-02 17:08:05 -08:00
Daan
bd2ac3c92e collect segment cache on mi_collect 2022-02-02 16:17:21 -08:00
Daan
05aa7648bb merge from dev 2022-02-02 16:17:06 -08:00
Daan Leijen
6ff2312ab5 fix warning in vs2019 2022-02-02 13:05:32 -08:00
Daan
3cf2b629f9 fix compiler error on older macOS due to const atomic (issue #540) 2022-01-31 12:47:50 -08:00
David Carlier
b1e1b0573c tls revives inline asm for openbsd 2022-01-27 07:01:32 +00:00
Hans Loeblich
a5a87a109b
Include mimalloc-redirect.dll with cmake install 2022-01-26 17:39:58 -06:00
Daan
43e5eb8677 update readme 2022-01-22 17:03:16 -08:00
Daan
bfea3e2fc2 Merge branch 'dev' into dev-slice 2022-01-22 13:12:40 -08:00
Daan
85d1a7a1c4 fix link in readme 2022-01-22 13:11:13 -08:00