Check memory integrity
Memory integrity checking
Description
App Configuration Pane: Speed
Configuration Objects: coder.MexCodeConfig
Memory integrity checking, specified as one of the values in this table.
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
tofalse
can improve performance. However, without memory integrity checks, violations result in unpredictable behavior. SetIntegrityChecks
tofalse
only if you have verified that array bounds checking and dimension checking are unnecessary. SettingIntegrityChecks
tofalse
also disables the run-time stack.
Programmatic Use
Property:
IntegrityChecks |
Values: true |
false |
Default: true |
Version History
Introduced in R2011a