Main Content

Static Memory Checks

Checks on memory access

Static memory checks in Polyspace® Code Prover™ check for run-time errors related to statically allocated memory, such as array access or pointer dereference outside bounds.

Polyspace Results

Absolute address usageAbsolute address is assigned to pointer
Illegally dereferenced pointerPointer is dereferenced outside bounds
Out of bounds array indexArray is accessed outside range

Topics