From ca465f6b3ee8f1d184f4fc6af243f0b84deab3b9 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 4 Nov 2018 18:52:01 -0500 Subject: [PATCH] clarify scope of sized dealloc mismatch detection --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3df9f35..12608a0 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,9 @@ was a bit less important and if a core goal was finding latent bugs. * Fully out-of-line metadata * Deterministic detection of any invalid free (unallocated, unaligned, etc.) * Validation of the size passed for C++14 sized deallocation by `delete` - (detects type confusion if the size is different) and various containers - using the allocator API directly + even for code compiled with earlier standards (detects type confusion if + the size is different) and by various containers using the allocator API + directly * Isolated memory region for slab allocations * Divided up into isolated inner regions for each size class * High entropy random base for each size class region