How the Nasal GC works: Difference between revisions

Jump to navigation Jump to search
m
Line 85: Line 85:


== Nasal memory pools ==
== Nasal memory pools ==
The layout of a Nasal memory pool can be found in data.h, line 172: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/data.h#line172
The layout of the Nasal memory structure pool can be found in data.h, line 172: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/data.h#line172
<syntaxhighlight lang="C">
<syntaxhighlight lang="C">
struct naPool {
struct naPool {

Navigation menu