4.9.28 Fnsize Directive
The FNSIZE routine,autos,args
directive informs the
linker of the size of the auto variable and argument area associated with
routine
. These values are used by the linker when
building the call graph and assigning addresses to the variable and argument areas.
For example, the directive:
FNSIZE fred, 10, 5
indicates that the routine fred
needs 10 bytes of auto variables and 5
bytes of arguments. See 4.9.25 Fnconf Directive for information how to access these areas of memory.