tree: store the entries in a growable array
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.
Showing
Please
register
or
sign in
to comment