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>
<!-- Inferencium - Website - Documentation - hardened_malloc -->
<!-- Version: 3.0.0-alpha.17 -->
<!-- Version: 3.0.0-alpha.18 -->
<!-- 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 <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>
expense of parallel performance, where <code><var>n</var></code> is a
non-negative 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>