Skip to content

Commit

Permalink
Merge pull request #13 from tmcclintock/master
Browse files Browse the repository at this point in the history
Fixed a small typo in the readme.
  • Loading branch information
daanx committed Jun 23, 2019
2 parents f704d56 + aad7a9b commit 52ba2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 52ba2d6

Please sign in to comment.