Daan
88aa84727d
fix spelling errors (pr #710 )
2024-04-20 17:12:09 -07:00
Daan Leijen
6688b45fbd
rename MI_ALIGNMENT_MAX to MI_BLOCK_ALIGNMENT_MAX for clarity
2024-03-24 10:57:02 -07:00
Daan
a42707908f
fix typo, issue #866
2024-03-17 06:33:40 -07:00
Daan Leijen
62949f55b3
increment doxy file version number
2023-03-29 16:29:59 -07:00
Daan Leijen
dd7b99d477
apply some spelling fixes from PR #710
2023-03-29 16:10:01 -07:00
Johannes Schindelin
745a34f475
Fix whitespace
...
This mostly deletes trailing spaces.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2022-12-03 00:24:20 +01:00
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
43e5eb8677
update readme
2022-01-22 17:03:16 -08:00
Daan
8aa8b0b8e6
update readme
2022-01-22 12:42:41 -08:00
Daan
d880d855a1
update readme
2022-01-22 12:41:19 -08:00
Daan
61b9814c31
update readme
2022-01-22 12:36:08 -08:00
Daan
418ecf784a
update logo
2022-01-22 12:05:01 -08:00
Daan
805c774704
add new logos
2022-01-22 11:53:39 -08:00
daan
424c8f8448
update docs
2021-12-18 16:38: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
a1fb2a4957
add rss figures
2021-01-31 11:28:39 -08:00
Daan Leijen
558c8d085e
update benchmark references
2021-01-31 10:23:57 -08:00
Daan Leijen
58678ac4eb
move bench figures in separate folder
2021-01-31 10:21:17 -08:00
Daan Leijen
645659bb1f
add new benchmark results
2021-01-31 10:16:18 -08:00
Daan Leijen
981947a4be
update backgrounds on benchmarks for dark mode
2020-12-17 13:49:35 -08:00
Daan Leijen
59032eaf42
update svg background
2020-12-17 13:44:02 -08:00
Daan Leijen
de694191da
add ds logo
2020-12-17 13:11:34 -08:00
Daan Leijen
dc31210019
remove ds logo
2020-12-17 13:10:34 -08:00
Daan Leijen
3aaae79bc0
add ds logo
2020-12-17 13:08:35 -08:00
Daan Leijen
90d57b5625
remove ds logo
2020-12-17 13:06:43 -08:00
Daan Leijen
9cdab141bc
add ds logo
2020-12-17 13:05:15 -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
ecdb2cd706
document NUMA nodes setting
2020-04-20 12:37:00 -07:00
daan
bb6afb7efd
update documentation
2020-04-20 12:00:39 -07:00
daan
45a6161cf3
update logo to just use paths in svg
2020-04-20 11:54:28 -07:00
daan
c2c56e29c7
add benchmark charts
2020-01-22 15:06:44 -08: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