reserved-stack-space ( -- n )


Vocabulary
cpu.x86

Inputs
None

Outputs
nan integer


Word description
Size in bytes of the register parameter area. It only exists on the windows x86.64 architecture, where it is 32 bytes and allocated by the caller. On all other platforms it is 0.

Definition


Methods