diff --git a/documentation/hardened_malloc.html b/documentation/hardened_malloc.html index 799c4d9..020e8f4 100644 --- a/documentation/hardened_malloc.html +++ b/documentation/hardened_malloc.html @@ -5,7 +5,7 @@ - + @@ -72,7 +72,7 @@

Compile hardened_malloc

-

$ make <arguments>

+

$ make <arguments>

CONFIG_N_ARENA=n can be adjusted to increase parallel performance at the expense of memory usage, or decrease memory usage at the expense of parallel performance, where n is an @@ -100,13 +100,15 @@

Copy Compiled hardened_malloc Library

-

# cp out/libhardened_malloc.so <target path>

+

# cp out/libhardened_malloc.so <target path>

Set System to Preload hardened_malloc on Boot

-

musl-based systems: Add export LD_PRELOAD="<hardened_malloc path>" +

musl-based systems: Add export LD_PRELOAD="<hardened_malloc path>" to /etc/environment
- glibc-based systems: Add <hardened_malloc path> to /etc/ld.so.preload

+ glibc-based systems: + Add <hardened_malloc path> to + /etc/ld.so.preload