How the Nasal GC works: Difference between revisions

Jump to navigation Jump to search
m
Line 503: Line 503:


= freeelem() =
= freeelem() =
[[File:NasalFreeelemCallgraph.png|thumb|Callgraph of freeelem()]]
Frees individual elements and adds freed pointers to the globals free list, implemented in gc.c: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line137
Frees individual elements and adds freed pointers to the globals free list, implemented in gc.c: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line137
<syntaxhighlight lang="C">
<syntaxhighlight lang="C">

Navigation menu