20,741
edits
m (→Pool storage) |
|||
| Line 5: | Line 5: | ||
= Pool storage = | = Pool storage = | ||
A memory pool is basically a preallocated region of memory | A memory pool is basically a preallocated region of memory | ||
== Memory blocks == | == Memory blocks == | ||
| Line 52: | Line 49: | ||
== Nasal memory pools == | |||
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 | 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 | ||