__huge
In this section:
Syntax
See Syntax for type attributes used on data objects.
Description
The __huge memory attribute overrides the default storage of variables given by the selected data model and places individual variables and constants in huge memory.
Storage
Address range: Anywhere in memory
Maximum object size: 4 Gbytes.
Example
__huge int x;