summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-07Merge branch 'dev' into dev-sliceDaan
2022-04-07fix assertion failure with mixed pointer errorsDaan
2022-04-07Merge branch 'dev' into dev-sliceDaan Leijen
2022-04-07fix issue with log messages sometimes failing on Windows if the console canno...Daan Leijen
2022-04-07fix stats for large objects that were off by the block size paddingDaan Leijen
2022-04-07remove unneeded MI_HUGE_OBJ_SIZE_MAXDaan Leijen
2022-04-07Merge branch 'dev' into dev-sliceDaan Leijen
2022-04-07fix debug editDaan Leijen
2022-04-07Merge branch 'dev' into dev-sliceDaan Leijen
2022-04-07fix formatting flags for warning messagesDaan Leijen
2022-04-07use heap_stat_decrease when possibleDaan Leijen
2022-04-04merge from devDaan Leijen
2022-04-04use heap_stat_increase macros when possibleDaan Leijen
2022-04-02Merge branch 'dev' into dev-sliceDaan Leijen
2022-04-02improve fallback code for aligned allocation on WindowsDaan Leijen
2022-04-02when MIMALLOC_VERBOSE is set, the all errors/warnings are shownDaan Leijen
2022-04-02add better warning messages if aligning or freeing OS memory failsDaan Leijen
2022-04-02allow setting MIMALLOC_MAX_ERRORS/WARNINGS to -1 to get unlimited error/warni...Daan Leijen
2022-04-02add thread id to trace, warning, and error messagesDaan Leijen
2022-03-30update the docs to clarify the proper C++ override usage.David Carlier
2022-02-28Fix wrong reporting of area used bytesRoman Gershman
2022-02-23update minject to use mimalloc.dll by default (issue #542)daan
2022-02-22Merge branch 'dev' into dev-sliceDaan
2022-02-22Merge pull request #550 from devnexen/old_apple_build_fixDaan
2022-02-22fix build on older macOs releases, aligned_alloc only from catalina.David CARLIER
2022-02-22add delete nothrow variants for aligned deletion as well (see #551)Daan
2022-02-22add delete nothrow variants for aligned deletion as well (see #551)Daan
2022-02-22Merge pull request #551 from sicherha/override-nothrow-deleteDaan
2022-02-22Fix compatibility with GNU libstdc++ < 9Christoph Erhardt
2022-02-18Fix strict function prototype warningsBiswapriyo Nath
2022-02-14merge from devDaan
2022-02-14bump version for further developmentDaan
2022-02-14fix v2.0.5 versionDaan
2022-02-14merge from devDaan
2022-02-14bump to version x.0.5Daan
2022-02-14Merge commit 'c3b577df' into devDaan
2022-02-14fix for macOS M1 Monteray to check pointers in zone_sizeDaan
2022-02-14Merge branch 'dev-slice' of https://github.com/microsoft/mimalloc into dev-sliceDaan
2022-02-14Merge branch 'dev' into dev-sliceDaan
2022-02-14prepare for x.0.4 releaseDaan
2022-02-14Merge branch 'dev' into dev-slicedaan
2022-02-14fix warning on freebsddaan
2022-02-10Merge branch 'dev' into dev-slicedaan
2022-02-10fix test-api-fill c++ compilationdaan
2022-02-10fix ubsan warning on huge allocations (issue #543)daan
2022-02-10Merge branch 'dev' into dev-slicedaan
2022-02-10add huge allocation test (see #544 by @Tiran)daan
2022-02-10add extra huge allocation testdaan
2022-02-05fix start adjustment for the commit maskdaan
2022-02-05improve commit chunk alignmentdaan