summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-05increase min commit to 2 mibdaan
2022-02-05add minimal commit size for increased efficiency (decommit fine grained, ↵daan
commit coarse grained)
2022-02-04merge from devdaan
2022-02-04enable eager delay even on overcommit systemsdaan
2022-02-04increase minimal commit size to 8*slice-size and add decommit_extend_delay ↵daan
as option
2022-02-04only delay eager commit after the first threaddaan
2022-02-03Merge branch 'dev' into dev-sliceDaan
2022-02-03small fixesDaan
2022-02-03check for decommit allowed before purging the segment cacheDaan
2022-02-03merge from devDaan
2022-02-03fix over aggressive decommit of abandoned pagesdaan
2022-02-02Merge pull request #530 from Jarred-Sumner/bunDaan
Add MI_SKIP_COLLECT_ON_EXIT flag
2022-02-02Merge branch 'dev' of https://github.com/microsoft/mimalloc into devDaan
2022-02-02fix compile error on macOS 10.13 for claimed_address; fix by @michaeljclark, ↵Daan
issue #527
2022-02-02Merge pull request #528 from michaeljclark/mimalloc-fixesDaan
mimalloc-types: amend comment adding medium to list of page kinds
2022-02-02Merge branch 'dev' into bunDaan
2022-02-02Merge branch 'master' into devDaan
2022-02-02Merge pull request #538 from thehans/patch-1Daan
Include mimalloc-redirect.dll with cmake install
2022-02-02Merge pull request #539 from devnexen/obsd_asm_fixDaan
tls revives inline asm for openbsd
2022-02-02merge from devDaan
2022-02-02update documentation on optionsDaan
2022-02-02clean up optionsDaan
2022-02-02decommit segment cache on force collectDaan
2022-02-02decommit in abandoned pages on mi_collectDaan
2022-02-02collect segment cache on mi_collectDaan
2022-02-02merge from devDaan
2022-02-02fix warning in vs2019Daan Leijen
2022-01-31fix compiler error on older macOS due to const atomic (issue #540)Daan
2022-01-27tls revives inline asm for openbsdDavid Carlier
2022-01-26Include mimalloc-redirect.dll with cmake installHans Loeblich
2022-01-22update readmeDaan
2022-01-22Merge branch 'dev' into dev-sliceDaan
2022-01-22fix link in readmeDaan
2022-01-22fix link in readmeDaan
2022-01-22merge from devDaan
2022-01-22update readmeDaan
2022-01-22update readmeDaan
2022-01-22update readmeDaan
2022-01-22update readmeDaan
2022-01-22update readmeDaan
2022-01-22update logoDaan
2022-01-22add new logosDaan
2022-01-22fix link error to _mi_bin with C++; issue #533Daan
2022-01-18Add MI_SKIP_COLLECT_ON_EXIT flagJarred Sumner
2022-01-19mimalloc-types: amend comment adding medium to list of page kindsMichael Clark
2022-01-16merge from devDaan Leijen
2022-01-16update minject for issue #521Daan Leijen
2022-01-16remove spurious check and add further assertions (issue #526)Daan
2022-01-16fix uint8_t to size_t comparison (issue #525)Daan
2022-01-16fix return code check on syscall (issue #524)Daan