Switch to <code>
formatting for arena count integer
This commit is contained in:
parent
bdfe6373d8
commit
496d0e6b8f
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
||||||
<!-- Version: 3.0.0-alpha.16 -->
|
<!-- Version: 3.0.0-alpha.17 -->
|
||||||
|
|
||||||
<!-- 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><arguments></var></code></p>
|
<p><code>$ make <var><arguments></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 <var>n</var> is an integer. Higher values
|
expense of parallel performance, where <code><var>n</var></code> is an integer.
|
||||||
prefer parallel performance, whereas lower values prefer lower memory usage.
|
Higher values prefer parallel performance, whereas lower values prefer lower
|
||||||
Note that having too many arenas may cause memory fragmentation and decrease
|
memory usage. Note that having too many arenas may cause memory fragmentation
|
||||||
system performance. The number of arenas has no impact on the security
|
and decrease system performance. The number of arenas has no impact on the
|
||||||
properties of hardened_malloc.</p>
|
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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user