tree.c
24.2 KB
-
tree: store the entries in a growable array · 4ed9e939
Take advantage of the constant size of tree-owned arrays and store them in an array instead of a pool. This still lets us free them all at once but lets the system allocator do the work of fitting them in.
Carlos Martín Nieto committed