20,741
edits
| Line 85: | Line 85: | ||
== Nasal memory pools == | == Nasal memory pools == | ||
The layout of | 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 { | ||