Indent arena counts table
The hardened_malloc arena counts table is within the arenas description; therefore, indent the code in order to nest it as per code style.
This commit is contained in:
parent
70479ad104
commit
a84c0a7a36
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
||||||
<!-- Version: 5.0.2-beta.2 -->
|
<!-- Version: 5.0.2-beta.3 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -83,24 +83,24 @@
|
|||||||
whereas lower values prefer lower memory usage. Note that having too many arenas may cause memory
|
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
|
fragmentation and decrease system performance. The number of arenas has no impact on the security
|
||||||
properties of hardened_malloc.</p>
|
properties of hardened_malloc.</p>
|
||||||
<div style="overflow-x:auto;">
|
<div style="overflow-x:auto;">
|
||||||
<table align="center">
|
<table align="center">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th id="arena-min">Minimum</th>
|
<th id="arena-min">Minimum</th>
|
||||||
<th id="arena-max">Maximum</th>
|
<th id="arena-max">Maximum</th>
|
||||||
<th id="arena-def">Default</th>
|
<th id="arena-def">Default</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td headers="arena-min">1</td>
|
<td headers="arena-min">1</td>
|
||||||
<td headers="arena-max">256</td>
|
<td headers="arena-max">256</td>
|
||||||
<td headers="arena-def">4</td>
|
<td headers="arena-def">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<p>For extra security, <code>CONFIG_SEAL_METADATA=true</code> can be used in order to control
|
<p>For extra security, <code>CONFIG_SEAL_METADATA=true</code> can be used in order to control
|
||||||
whether
|
whether
|
||||||
<a href="https://www.kernel.org/doc/html/v6.9/core-api/protection-keys.html">Memory Protection Keys</a>
|
<a href="https://www.kernel.org/doc/html/v6.9/core-api/protection-keys.html">Memory Protection Keys</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user