#pragma no_bounds
In this section:
Syntax
#pragma no_bounds
Description
Use this pragma directive to specify that the immediately following function or variable is not instrumented for bounds checking. No extra hidden bounds parameters will be passed when this function is called, and it will not return bounds for pointers, if any, in its return value.
See also
Detecting accesses outside the bounds of arrays and other objects.