From aad7a9b0832bffeb184280f405e8b6663463392b Mon Sep 17 00:00:00 2001 From: Tom McClintock Date: Sat, 22 Jun 2019 17:16:54 -0400 Subject: [PATCH] Fixed a small typo in the readme. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 868b3b27..d8283adf 100644 --- a/readme.md +++ b/readme.md @@ -33,7 +33,7 @@ Notable aspects of the design include: due to free list sharding) the memory is marked to the OS as unused ("reset" or "purged") reducing (real) memory pressure and fragmentation, especially in long running programs. -- __secure__: _mimalloc_ can be build in secure mode, adding guard pages, +- __secure__: _mimalloc_ can be built in secure mode, adding guard pages, randomized allocation, encrypted free lists, etc. to protect against various heap vulnerabilities. The performance penalty is only around 3% on average over our benchmarks.