From 67dd1a4e2b37ede8236e0219356a0bd20e8d3aeb Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Wed, 10 Jul 2024 08:49:55 +0200 Subject: [PATCH] manual: fix broken link to info on gxx free store --- memcheck/docs/mc-manual.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index a6fc9cf75..981ce710f 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -592,7 +592,12 @@ several ways we know of that an interior-pointer can occur: this case, some compilers store a "magic cookie" containing the array length at the start of the allocated block, and return a pointer to just past that magic cookie, i.e. an interior-pointer. + + See this page for more information. -- 2.47.2