From 24de5aab05e4ad678bc703b49871bb02f0fc9cb8 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 18 Aug 2019 00:36:38 -0400 Subject: [PATCH] still need to finish up initial malloc_object_size --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba2bb01..e20877b 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,8 @@ was a bit less important and if a core goal was finding latent bugs. size class regions interspersed with guard pages * Zero size allocations are a dedicated size class with the entire region remaining non-readable and non-writable -* Extension for retrieving the size of allocations with fallback +* Extension for retrieving the size of allocations with fallback [in-progress, + needs to be porting from the previous OpenBSD-based allocator] to a sentinel for pointers not managed by the allocator * Can also return accurate values for pointers *within* small allocations * The same applies to pointers within the first page of large allocations,