C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Memory-Model Selection
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Your choice of a memory model determines how memory is set up for
     program code and data.
 
     Microsoft C/C++ offers seven models to choose from.
 
                   ┌──────────── Definition ─────────────┐
     Tiny        │                                     │
     Small       │                                     │
     Medium      │                                     │
     Compact     │                                     │
     Large       │                                     │
     Huge        │                                     │
     Customize   │                                     │
                   │                                     │
                   └─────────────────────────────────────┘
 
     See: Memory-Model Comparison
          Overriding Default Addressing
          Default Library
          Floating-Point Options
          Naming Segments
                                    -♦-