This commit is contained in:
Daniel Micay 2021-05-16 08:35:31 -04:00
parent f1f3ee0cab
commit 31c8480ea9

View File

@ -121,7 +121,7 @@
<li>Separate memory regions for metadata, large allocations and each <li>Separate memory regions for metadata, large allocations and each
slab allocation size class with high entropy random bases and no slab allocation size class with high entropy random bases and no
address space reuse between the different regions</li> address space reuse between the different regions</li>
<li>Determistic detection of any invalid free</li> <li>Deterministic detection of any invalid free</li>
<li>Zero-on-free with detection of write-after-free via checking that <li>Zero-on-free with detection of write-after-free via checking that
memory is still zeroed before handing it out again</li> memory is still zeroed before handing it out again</li>
<li>Delayed reuse of address space and memory allocations through the <li>Delayed reuse of address space and memory allocations through the