• antirez's avatar
    Remove useless memmove() from freeMemoryIfNeeded(). · 382991f8
    antirez authored
    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.
    382991f8
evict.c 14.6 KB