diff --git a/documentation/hardened_malloc.html b/documentation/hardened_malloc.html index 6cbed85..799c4d9 100644 --- a/documentation/hardened_malloc.html +++ b/documentation/hardened_malloc.html @@ -5,7 +5,7 @@ - + @@ -59,7 +59,7 @@

Increase Permitted Amount of Memory Pages

Add vm.max_map_count = 1048576 to - /etc/sysctl.conf to accommodate hardened_malloc’s large + /etc/sysctl.conf to accommodate hardened_malloc's large amount of guard pages.

@@ -86,7 +86,7 @@

For extra security, CONFIG_SEAL_METADATA=true can be used in order to control whether Memory Protection Keys are used to disable access to all writable allocator state outside of the memory - allocator code. It’s currently disabled by default due to a significant + allocator code. It's currently disabled by default due to a significant performance cost for this use case on current generation hardware. Whether or not this feature is enabled, the metadata is all contained within an isolated memory region with high entropy random guard regions @@ -96,7 +96,7 @@ security for much less memory usage.

For all compile-time options, see the configuration section - of hardened_malloc’s extensive official documentation.

+ of hardened_malloc's extensive official documentation.

Copy Compiled hardened_malloc Library