[Contents]
2. Interpreter Architecture
2.9. Variable Allocation
2.9.1. Functions implemented in this module
2.9.1.33. memory_NewMortalLong()
[<<<]
[>>>]
pFixSizeMemoryObject memory_NewMortalLong(pMemoryObject pMo, pMortalList pMortal ){
If the parameter
pMortal
is
NULL
the generated variable is not mortal.
[<<<]
[>>>]