The URL to the original C++ front-end for GCC internals document
disappeared. Replace it with an URL that still has a description of
the original magic cookie added by operator new [] by that frontend.
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 <ulink url="http://theory.uwinnipeg.ca/gnu/gcc/gxxint_14.html">this
+ See <ulink url="https://docs.freebsd.org/info/gxxint/gxxint.info.Free_Store.html">this
page</ulink> for more information.</para>
</listitem>