#include <function.h>
Field Documentation
# of bytes of dynamic stack space allocated by the function. This is
meaningful only if has_unbounded_dynamic_stack_size is zero.
unsigned int stack_usage::has_unbounded_dynamic_stack_size |
Nonzero if the amount of stack space allocated dynamically cannot
be bounded at compile-time.
int stack_usage::pushed_stack_size |
# of bytes of space pushed onto the stack after the prologue. If
!ACCUMULATE_OUTGOING_ARGS, it contains the outgoing arguments.
# of bytes of static stack space allocated by the function.
The documentation for this struct was generated from the following file: