Switch to <code>
formatting for arena count integer
This commit is contained in:
parent
bdfe6373d8
commit
496d0e6b8f
@ -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><arguments></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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user