Class description Counts in bytes of the various sizes of the blocks of the stack frame. The stack frame is organized in the following fashion, from bottom to top:
•
Parameter space: space for parameters to FFI functions
•
Allocation area: space for local allocations.
•
Spill area: space for register spills.
•
Reserved stack space: only applicable on Windows x86.64. See reserved-stack-space.