Memory Object Classes
┌──────────────────────────────────────────────────────────────┐
│ Memory Object Classes. This table shows the way in which │
│ memory objects may be placed in shared or private storage. │
├───────────┬───────────────────────┬──────────────────────────┤
│ ARENA │ PRIVATE STORAGE │ SHARED STORAGE │
├───────────┼───────────────────────┼──────────────────────────┤
│ PRIVATE │ EXE read/write data │ Shared run-time data │
│ │ Process run-time data │ Shared DLL data │
├───────────┼───────────────────────┼──────────────────────────┤
│ SHARED │ DLL instance data │ DLL code and global data │
├───────────┴───────────────────────┴──────────────────────────┤
│ NOTE: Code includes read-only objects such as Presentation │
│ Manager resources │
└──────────────────────────────────────────────────────────────┘
[Back: Tables]
[Next: Partition Format Accessibility]