From c97bbc141cd225d7a9afade2ffa2ccdc11438e66 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 26 Aug 2018 07:11:22 -0400 Subject: [PATCH] add missing word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1ccc1a..d61874a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ allocation and then unmapped on free. * Divided up into isolated inner regions for each size class, with a high entropy random base for each one * No deterministic offsets from one size class to another - * Metadata is completely outside the slab allocation + * Metadata is completely outside the slab allocation region * Fine-grained randomization within memory regions * Randomly sized guard regions for large allocations * Random slot selection within slabs