From ae4142c2d108b8362a23f80b40bd6997066054a8 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 23 Apr 2019 02:01:44 -0400 Subject: [PATCH] note that arenas are isolated from each other --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f442db1..c74a6bf 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ was a bit less important and if a core goal was finding latent bugs. the size is different) and by various containers using the allocator API directly * Isolated memory region for slab allocations + * Top-level isolated regions for each arena * Divided up into isolated inner regions for each size class * High entropy random base for each size class region * No deterministic / low entropy offsets between allocations with