SF patch #947476: Apply freelist technique to lists
Re-use list object bodies. Saves calls to malloc() and free() for faster list instantiation and deallocation.
Showing
Please register or sign in to comment
Re-use list object bodies. Saves calls to malloc() and free() for faster list instantiation and deallocation.