Skip to content

Commit

Permalink
Add a note about mimalloc also being supported as an alt. malloc()
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereira committed Jan 28, 2020
1 parent 65a1cee commit c00a4be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -130,7 +130,8 @@ with, specify one of the following options to the CMake invocation line:
- `-DSANITIZER=thread` selects the Thread Sanitizer.

Alternative memory allocators can be selected as well. Lwan currently
supports [TCMalloc](https://github.com/gperftools/gperftools) and
supports [TCMalloc](https://github.com/gperftools/gperftools),
[mimalloc](https://github.com/microsoft/mimalloc), and
[jemalloc](http://jemalloc.net/) out of the box. To use either one of them,
pass `-DALTERNATIVE_MALLOC=ON` to the CMake invocation line.

Expand Down

0 comments on commit c00a4be

Please sign in to comment.