20,741
edits
m (→Memory blocks) |
|||
| Line 170: | Line 170: | ||
== Memory blocks == | == Memory blocks == | ||
A Nasal memory pool consists of memory blocks. | |||
A memory block is a singly linked list: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line10 | A memory block is a singly linked list: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line10 | ||