Skip to content

Commit a67b96c

Browse files
authored
Update third-party/readme and license after adding support for mimalloc (#27088)
Updates the third-party/readme and license after adding support for mimalloc [Reviewed by @jhh67]
2 parents 503bd9d + 59229c8 commit a67b96c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The Chapel implementation is composed of two categories of code:
4949
libfabric portable networking library BSD
5050
libunwind used for runtime stack tracing MIT
5151
llvm CLANG C parsing/optional back-end compiler Apache 2.0
52+
mimalloc alternative memory allocator MIT
5253
qthread alternative lightweight tasking option new BSD
5354
re2 optional regular expression parsing library new BSD
5455
utf8-decoder used for runtime UTF-8 string decoding MIT

third-party/README

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,18 @@ llvm/
109109
See also: llvm/llvm-src/README.txt and llvm/llvm-src/tools/clang/README.txt
110110

111111

112+
mimalloc/
113+
Summary: mimalloc is an alternative allocator to with an emphasis on
114+
multithreaded performance and reducing fragmentation
115+
116+
License: mimalloc is released under the MIT License (see
117+
mimalloc/mimalloc-src/LICENSE)
118+
119+
Website: https://microsoft.github.io/mimalloc/
120+
121+
See also: mimalloc/README and mimalloc/mimalloc-src/README
122+
123+
112124
qthread/
113125
Summary: the Qthreads user-level tasking package developed by Sandia
114126
National Laboratory.

0 commit comments

Comments
 (0)