Commit Graph

26 Commits

Author SHA1 Message Date
Daan Leijen 0b72d8a2ef update readme for v1.7.6 release 2022-04-14 16:28:05 -07:00
Daan f515b80093 update documentation on options 2022-02-02 19:19:03 -08:00
daan 9f01c66151 update documentation 2021-12-18 16:36:37 -08:00
paulip1792 a2c3b0f8af add option to reserve huge os pages at a specific numa node. 2021-08-10 16:30:44 +08:00
Jim Huang 5940d3bcce Bump copyright date
Each source file has been changed according to relevant Git activities.
2021-04-24 16:35:11 +00:00
Daan Leijen 558c8d085e update benchmark references 2021-01-31 10:23:57 -08:00
daan b5196e5971 further updates to documentation 2020-09-24 10:33:33 -07:00
daan 229fbac770 update documentation 2020-09-24 10:26:08 -07:00
daan d8f8159dda update documentation 2020-09-06 13:53:13 -07:00
daan 76756ad63c update documentation 2020-07-21 18:27:54 -07:00
Wanja Vogel a608241900 Update documentation-header to current source code after 03d9946
fix #266
2020-07-08 21:49:34 +02:00
daan bb6afb7efd update documentation 2020-04-20 12:00:39 -07:00
daan 5bc1c52ae6 update documentation 2020-01-20 17:34:29 -08:00
daan dc58388968 Add ability to register custom error function called on various error conditions; including ENOMEM 2020-01-17 19:59:55 -08:00
daan 9453d8b468 update documentation 2020-01-17 15:39:06 -08:00
daan dc94d25890 update documentation 2020-01-16 19:39:14 -08:00
daan c977a1629d update documentation 2019-09-11 20:48:41 -07:00
daan b74f9b979f update documentation 2019-08-10 17:27:07 -07:00
Jim Huang 146a753d1e Fix path name in documentation about macOS 2019-07-22 04:45:40 +08:00
daan 8203f3dcfa add full heap aligned allocation api (issue #52); remove rezalloc (issue #63); add mi_version 2019-07-08 17:17:07 -07:00
Fumiya Shigemitsu ed5cdba634 fix a environment variables name
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-30 14:20:23 +09:00
daan c6c1d5fffd update docs to new MI_ prefixed build options 2019-06-24 19:00:16 -07:00
Jim Huang a667971cbf Apple rebrands "OS X" as "macOS"
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-24 10:15:50 +08:00
Jim Huang b1d299b35b Clarify top-level license file
To be consistent with other Microsoft open source projects, each source
file points to the file "LICENSE" in top-level directory.
2019-06-23 19:53:34 +08:00
daan 644f59fad7 Update documentation generation 2019-06-20 09:29:44 -07:00