Switch to <code> formatting for arena count integer

This commit is contained in:
inference 2024-01-30 17:34:24 +00:00
parent bdfe6373d8
commit 496d0e6b8f
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Documentation - hardened_malloc -->
<!-- Version: 3.0.0-alpha.16 -->
<!-- Version: 3.0.0-alpha.17 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -74,11 +74,11 @@
<p><code>$ make <var>&lt;arguments&gt;</var></code></p>
<p><code>CONFIG_N_ARENA=<var>n</var></code> can be adjusted to increase parallel
performance at the expense of memory usage, or decrease memory usage at the
expense of parallel performance, where <var>n</var> is an integer. Higher values
prefer parallel performance, whereas lower values prefer lower memory usage.
Note that having too many arenas may cause memory fragmentation and decrease
system performance. The number of arenas has no impact on the security
properties of hardened_malloc.</p>
expense of parallel performance, where <code><var>n</var></code> is an integer.
Higher values prefer parallel performance, whereas lower values prefer lower
memory usage. Note that having too many arenas may cause memory fragmentation
and decrease system performance. The number of arenas has no impact on the
security properties of hardened_malloc.</p>
<table align="center">
<tr>
<th id="arena-min">Minimum</th>