20,741
edits
m (→Pool storage) |
m (→Memory blocks) |
||
| Line 102: | Line 102: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
New memory blocks are allocated using newBlock(): https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line150 | New memory blocks are allocated using newBlock() and the memory is initialized with 0: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/gc.c#line150 | ||
<syntaxhighlight lang="C"> | <syntaxhighlight lang="C"> | ||