How the Nasal GC works: Difference between revisions

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


Each memory pool must be initialized using naGCInit(): https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line175
Each memory pool is initialized using naGC_init(): https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line175


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

Navigation menu