expand description of randomized delay free

pull/87/head
Daniel Micay 2019-04-23 01:59:31 -04:00
parent 7f0bbddfca
commit 18f36c3e8d
1 changed files with 2 additions and 1 deletions

View File

@ -260,7 +260,8 @@ was a bit less important and if a core goal was finding latent bugs.
* Fine-grained randomization within memory regions * Fine-grained randomization within memory regions
* Randomly sized guard regions for large allocations * Randomly sized guard regions for large allocations
* Random slot selection within slabs * Random slot selection within slabs
* Randomized delayed free for slab allocations * Randomized delayed free for small and large allocations along with slabs
themselves
* [in-progress] Randomized choice of slabs * [in-progress] Randomized choice of slabs
* [in-progress] Randomized allocation of slabs * [in-progress] Randomized allocation of slabs
* Slab allocations are zeroed on free * Slab allocations are zeroed on free