expand description of randomized delay free
parent
7f0bbddfca
commit
18f36c3e8d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue