| Version 2 (modified by , 11 years ago) ( diff ) |
|---|
Memory Analysis
Definitions
- memory unit:
mu = (dyscopeID, variableID, reference, access)A memory unitmuis referring to a certain region of a variable, which is defined by a dyscopeID and a variable ID. Amuhas an access attribute which denotes whether the it is writable by a given process.
- impact memory unit: a memory unit being accessed at the current location by a given process.
- reachable impact memory unit: a memory unit being accessed at the current location or any reachable future location of a given process.
Note:
See TracWiki
for help on using the wiki.
