diff --git a/documentation/hardened_malloc.html b/documentation/hardened_malloc.html index 888a3a6..762bdef 100644 --- a/documentation/hardened_malloc.html +++ b/documentation/hardened_malloc.html @@ -5,7 +5,7 @@ - + @@ -32,7 +32,7 @@
This documentation contains instructions to use GrapheneOS hardened_malloc - memory allocator as the system’s default memory allocator. These instructions apply to both musl + memory allocator as the system's default memory allocator. These instructions apply to both musl and glibc C libraries on Unix-based and Unix-like systems. hardened_malloc can also be used per-application and/or per-user, in which case root permissions are not required; this documentation focuses on system-wide usage of hardened_malloc, assumes root privileges, and @@ -52,6 +52,7 @@
Add vm.max_map_count = 1048576
to /etc/sysctl.conf