From 29fd86ab37493c1af429d0d66987f9e7638301e7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 10 Oct 2018 18:48:45 -0400 Subject: [PATCH] document sized deallocation validation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5d78d5c..fe4c55b 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ allocation and then unmapped on free. * 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 * 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