diff --git a/documentation/hardened_malloc.xhtml b/documentation/hardened_malloc.xhtml index c8b60ca..a16c95c 100644 --- a/documentation/hardened_malloc.xhtml +++ b/documentation/hardened_malloc.xhtml @@ -1,7 +1,7 @@ - + @@ -86,7 +86,9 @@ memory region with high entropy random guard regions around it.

For low-memory systems, VARIANT=light can be used to compile the light variant of hardened_malloc, which sacrifices some security for much less memory - usage.

+ usage. This option still produces a more hardened memory allocator than both the + default musl and glibc allocators, despite the security sacrifices over the full + variant.

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