20,741
edits
m (→Pool storage) |
|||
| 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. | ||