stack-size ( c-type -- n )


Vocabulary
compiler.cfg.builder.alien.boxing

Inputs
c-typea c-type


Outputs
na number


Word description
Calculates how many bytes of stack space an instance of the C type requires.

Examples
USING: compiler.cfg.builder.alien.boxing prettyprint vm ; context base-type stack-size .
144


See also
heap-size

Definition