How the Nasal GC works: Difference between revisions

Jump to navigation Jump to search
m
Line 102: Line 102:
</syntaxhighlight>
</syntaxhighlight>


New memory blocks are allocated using newBlock(): https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line150
New memory blocks are allocated using newBlock() and the memory is initialized with 0: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line150


<syntaxhighlight lang="C">
<syntaxhighlight lang="C">

Navigation menu