summaryrefslogtreecommitdiff
path: root/doc/mimalloc-doc.h
AgeCommit message (Collapse)Author
2022-04-14Merge branch 'dev' into dev-sliceDaan Leijen
2022-04-14update readme for v1.7.6 releaseDaan Leijen
2022-02-02merge from devDaan
2022-02-02update documentation on optionsDaan
2022-02-02clean up optionsDaan
2021-12-18update documentationdaan
2021-08-10add option to reserve huge os pages at a specific numa node.paulip1792
2021-04-24Bump copyright dateJim Huang
Each source file has been changed according to relevant Git activities.
2021-01-31update benchmark referencesDaan Leijen
2020-09-24further updates to documentationdaan
2020-09-24update documentationdaan
2020-09-06update documentationdaan
2020-07-21update documentationdaan
2020-07-08Update documentation-header to current source code after 03d9946Wanja Vogel
fix #266
2020-04-20update documentationdaan
2020-01-20update documentationdaan
2020-01-17Add ability to register custom error function called on various error ↵daan
conditions; including ENOMEM
2020-01-17update documentationdaan
2020-01-16update documentationdaan
2019-09-11update documentationdaan
2019-08-10update documentationdaan
2019-07-22Fix path name in documentation about macOSJim Huang
2019-07-08add full heap aligned allocation api (issue #52); remove rezalloc (issue ↵daan
#63); add `mi_version`
2019-06-30fix a environment variables nameFumiya Shigemitsu
Some documents explain passing MIMALLOC_STATS=1 to print statistics, though it handles as mimalloc_show_stats in the actual code. According to the code, change the name MIMALLOC_STATS to MIMALLOC_SHOW_STATS.
2019-06-24update docs to new MI_ prefixed build optionsdaan
2019-06-24Apple rebrands "OS X" as "macOS"Jim Huang
In 2012, with the release of OS X 10.8 Mountain Lion, the name of the system was shortened from Mac OS X to OS X. In 2016, with the release of macOS 10.12 Sierra, the name was changed from OS X to macOS to streamline it with the branding of Apple's other primary operating systems: iOS, watchOS, and tvOS. Reference: https://en.wikipedia.org/wiki/MacOS
2019-06-23Clarify top-level license fileJim Huang
To be consistent with other Microsoft open source projects, each source file points to the file "LICENSE" in top-level directory.
2019-06-20Update documentation generationdaan
2019-06-19initial checkindaan