summaryrefslogtreecommitdiff
path: root/src/defrag.c
Commit message (Expand)AuthorAgeFilesLines
* Defrag: don't crash when a module value is encountered.antirez2017-01-121-0/+3
* Defrag: fix function name typo defarg -> defrag.antirez2017-01-111-2/+2
* Defrag: do not crash on empty quicklist.antirez2017-01-111-2/+3
* Defrag: fix comments & code to conform to the Redis code base.antirez2017-01-101-54/+84
* Defrag: activate it only if running modified version of Jemalloc.antirez2017-01-101-22/+22
* active defrag improvementsoranagra2017-01-021-32/+50
* active memory defragmentationoranagra2016-12-301-0/+527