Check memory integrity - Memory integrity checking - MATLAB (original) (raw)
Main Content
Memory integrity checking
Description
Settings
On
This value is the default value.
The generated code detects memory integrity violations and stops execution with a diagnostic message.
Off
The generated code does not detect memory integrity violations.
Setting IntegrityChecks
to false
can improve performance. However, without memory integrity checks, violations result in unpredictable behavior. SetIntegrityChecks
to false
only if you have verified that array bounds checking and dimension checking are unnecessary. Setting IntegrityChecks
tofalse
also disables the run-time stack.
Programmatic Use
**Property:**IntegrityChecks |
---|
Values: true |false |
Default: true |
Version History
Introduced in R2011a