Next: x1f4_stat_expression, Previous: x1f4_post_expression, Up: Expression Evaluator Functions
extern int x1f4_size_expression (void *x1f4_expression, unsigned *s1st, unsigned *s2nd);
The x1f4_size_expression
function sets the unsigned
records
pointed to by the s1st
and s2nd
to the maximum of whatever values
they had and the stack memory requirements.
See Managing Stacks.
The function has no effect if the application stacks allocation was not requested.
See Generation Flags.
It returns 0
.