diff --git a/memcheck/docs/mc_main.html b/memcheck/docs/mc_main.html index b82769316..d12ec8f3f 100644 --- a/memcheck/docs/mc_main.html +++ b/memcheck/docs/mc_main.html @@ -581,7 +581,7 @@ themselves do not change the A bits, only consult them. accessible.

-

  • When the program does malloc/new, the A bits for the exactly the +
  • When the program does malloc/new, the A bits for exactly the area allocated, and not a byte more, are marked as accessible. Upon freeing the area the A bits are changed to indicate inaccessibility.