Fix wording
This commit is contained in:
parent
9eb89b33bf
commit
90911cc33c
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
<!-- Inferencium - Website - Documentation - hardened_malloc -->
|
||||||
<!-- Version: 3.0.0-alpha.7 -->
|
<!-- Version: 3.0.0-alpha.8 -->
|
||||||
|
|
||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
@ -81,9 +81,9 @@
|
|||||||
<p>For extra security, <code>CONFIG_SEAL_METADATA=true</code> can be used in order to
|
<p>For extra security, <code>CONFIG_SEAL_METADATA=true</code> can be used in order to
|
||||||
control whether Memory Protection Keys are used to disable access to all writable
|
control whether Memory Protection Keys are used to disable access to all writable
|
||||||
allocator state outside of the memory allocator code. It's currently disabled by default
|
allocator state outside of the memory allocator code. It's currently disabled by default
|
||||||
due to a significant performance cost for this use case on current generation hardware.
|
due to a significant performance cost for this use case on current-generation hardware.
|
||||||
Whether or not this feature is enabled, the metadata is all contained within an isolated
|
Whether or not this feature is enabled, the metadata is all contained within an isolated
|
||||||
memory region with high entropy random guard regions around it.</p>
|
memory region with high-entropy random guard regions around it.</p>
|
||||||
<p>For low-memory systems, <code>VARIANT=light</code> can be used to compile the light
|
<p>For low-memory systems, <code>VARIANT=light</code> can be used to compile the light
|
||||||
variant of hardened_malloc, which sacrifices some security for much less memory
|
variant of hardened_malloc, which sacrifices some security for much less memory
|
||||||
usage. This option still produces a more hardened memory allocator than both the
|
usage. This option still produces a more hardened memory allocator than both the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user