How the Nasal GC works: Difference between revisions

Jump to navigation Jump to search
m
Line 22: Line 22:


A memory block is a [http://en.wikipedia.org/wiki/Linked_list#Linear_and_circular_lists singly linked list]: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line10
A memory block is a [http://en.wikipedia.org/wiki/Linked_list#Linear_and_circular_lists singly linked list]: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line10
[[File:NasalNewBlockCallgraph.png|thumb|400px|Callgraph for newBlock()]]
<syntaxhighlight lang="C">
<syntaxhighlight lang="C">
struct Block {
struct Block {

Navigation menu