Bounded Pointer Article Index for
Bounded
Website Links For
Pointer
 

Information About

Bounded Pointer




Use of bound information makes is possible for a Compiler to generate code that test if the pointer's value lies within the bounds prior to dereferencing the pointer or modifying the value of the pointer. If the bounds are violated some kind of Exception may be raised. This is especially useful for data constructs such as arrays in C .