summaryrefslogtreecommitdiff
path: root/include/mimalloc.h
AgeCommit message (Collapse)Author
2021-04-06bump version to v2.0.1Daan Leijen
2021-04-06bump version to 1.7.1Daan Leijen
2021-01-31bump version to 2.0.0Daan Leijen
2021-01-31Merge branch 'dev' into dev-sliceDaan Leijen
2021-01-31bump version to 1.7.0Daan Leijen
2021-01-28add debug view of arenasDaan Leijen
2020-12-10merge from devDaan Leijen
2020-11-01Do not use the same counter for warnings and errors.Anton Korobeynikov
Warnings happen normally and could be safely ignored in the most cases, however errors, if enabled, should not be ignored. Currently since warnings and errors share the same counter we effectively stop showing errors after 16 warnings (which happen all the time). Use different counters for errors and warnings.
2020-09-24use allow_decommit option for both the segment cache and pagesdaan
2020-09-24Merge branch 'dev' into dev-slicedaan
2020-09-24bump version to 1.6.7 for further developmentdaan
2020-09-24bump version to 1.6.6daan
2020-09-24extend mi_process_info to include elapsed timedaan
2020-09-24Merge branch 'dev' into dev-slicedaan
2020-09-24bump version for further developmentdaan
2020-09-24Merge branch 'dev-exp' into dev-slicedaan
2020-09-24Merge branch 'dev' into dev-expdaan
2020-09-23bump version to 1.6.5daan
2020-09-08merge from dev (with is_pinned/is_large separation)daan
2020-09-08add environment option mi_reserve_os_memorydaan
2020-09-08add option to limit OS allocation and only allow allocation from arenasdaan
2020-09-07merge from devdaan
2020-09-07add mi_reserve_os_memory/mi_manage_os_memory; allow arena allocations to ↵daan
cross multiple bitmap fields
2020-09-06Merge branch 'dev' into dev-slicedaan
2020-09-06update mi_process_info to not use doublesdaan
2020-09-06Merge branch 'dev' into dev-slicedaan
2020-09-06add mi_process_info api calldaan
2020-09-04merge from devdaan
2020-09-04fix __cplusplus test (pr #287)daan
2020-09-03merge from dev-atomic with new atomic interfacedaan
2020-09-03merge from dev-atomicdaan
2020-09-03bump version to 1.6.6 with new atomicsdaan
2020-08-29small compilation warning fixes (extra semicolon etc)daan
2020-08-27merge from devdaan
2020-07-27update documentation for 1.6.4 releasedaan
2020-05-05merge from devdaan
2020-05-05bump version to 1.6.4 for further developmentdaan
2020-04-30remove on-demand page commit optiondaan
2020-04-28merge from devdaan
2020-04-20bump version to 1.6.3 for further developmentdaan
2020-04-20bump version to 1.6.2daan
2020-04-06further fixes to compile on mingw without warnings (issue #217)daan
2020-04-06fix mingw compilation by using export definitions (issue #217)daan
2020-03-16merge from devdaan
2020-02-17bump version to 1.6.1daan
2020-02-14fix build with clang-cl due to _Check_return_ (issue #200)daan
2020-02-13fix wrong __declspec(restrict) and __attribute__((malloc)) attributes on ↵daan
reallocation functions
2020-02-09bump version to v1.6.0daan
2020-02-01reformattingdaan
2020-02-01use default declaration for the STL allocator classdaan