Clarify arena count must be non-negative integer

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

View File

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