tree.h
1.53 KB
-
tree: store the entries in a growable array · 13ebf7bd
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