Remove useless memmove() from freeMemoryIfNeeded().
We start from the end of the pool to the initial item, zero-ing every entry we use or every ghost entry, there is nothing to memmove since to the right everything should be already set to NULL.
Please register or sign in to comment