How the Nasal GC works: Difference between revisions

Jump to navigation Jump to search
m
Line 305: Line 305:


= The pool manager =
= The pool manager =
[[File:NasalNaGetCallgraph.png|thumb|450px|Callgraph for naGC_get()]]
All high level type allocators (naNewString, naNewVector, naNewHash etc) make use of the naNew() call introduced earlier.
All high level type allocators (naNewString, naNewVector, naNewHash etc) make use of the naNew() call introduced earlier.


Navigation menu