How the Nasal GC works: Difference between revisions

Jump to navigation Jump to search
m
Line 71: Line 71:


= Pool storage =
= Pool storage =
(A memory pool is basically a preallocated region of memory)


The interesting part is the naGC_get() function which isn't directly mapped to naAlloc() or malloc(), but instead manages the Nasal memory pools.
The interesting part is the naGC_get() function which isn't directly mapped to naAlloc() or malloc(), but instead manages the Nasal memory pools.

Navigation menu