How the Nasal GC works: Difference between revisions

Jump to navigation Jump to search
m
Line 225: Line 225:
= Allocating Nasal types =
= Allocating Nasal types =


Nasal types (scalars, vectors, hashes, funcs, ghosts) are allocated via wrappers in [https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/misc.c misc.c].
All Nasal types (scalars, vectors, hashes, funcs, ghosts) are allocated via wrappers in [https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/misc.c misc.c].


These wrappers are:
These wrappers are:
Line 250: Line 250:
}
}
</syntaxhighlight>
</syntaxhighlight>


= naNew() =
= naNew() =

Navigation menu