From 18f36c3e8d3a24ad0ff349fef79cc24d842940e2 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 23 Apr 2019 01:59:31 -0400 Subject: [PATCH] expand description of randomized delay free --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81535b9..f442db1 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,8 @@ was a bit less important and if a core goal was finding latent bugs. * Fine-grained randomization within memory regions * Randomly sized guard regions for large allocations * 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 allocation of slabs * Slab allocations are zeroed on free