Add arena count table <thead>
and <tbody>
elements
This commit is contained in:
parent
ccd0ceed63
commit
d6ffe3b4ba
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
||||||
<!-- Version: 3.0.0-alpha.18 -->
|
<!-- Version: 3.0.0-alpha.19 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -80,16 +80,20 @@
|
|||||||
memory fragmentation and decrease system performance. The number of arenas has
|
memory fragmentation and decrease system performance. The number of arenas has
|
||||||
no impact on the security properties of hardened_malloc.</p>
|
no impact on the security properties of hardened_malloc.</p>
|
||||||
<table align="center">
|
<table align="center">
|
||||||
<tr>
|
<thead>
|
||||||
<th id="arena-min">Minimum</th>
|
<tr>
|
||||||
<th id="arena-max">Maximum</th>
|
<th id="arena-min">Minimum</th>
|
||||||
<th id="arena-def">Default</th>
|
<th id="arena-max">Maximum</th>
|
||||||
</tr>
|
<th id="arena-def">Default</th>
|
||||||
<tr>
|
</tr>
|
||||||
<td headers="arena-min">1</td>
|
</thead>
|
||||||
<td headers="arena-max">256</td>
|
<tbody>
|
||||||
<td headers="arena-def">4</td>
|
<tr>
|
||||||
</tr>
|
<td headers="arena-min">1</td>
|
||||||
|
<td headers="arena-max">256</td>
|
||||||
|
<td headers="arena-def">4</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p>For extra security, <code>CONFIG_SEAL_METADATA=true</code> can be used in
|
<p>For extra security, <code>CONFIG_SEAL_METADATA=true</code> can be used in
|
||||||
order to control whether
|
order to control whether
|
||||||
|
Loading…
x
Reference in New Issue
Block a user