summaryrefslogtreecommitdiff
path: root/src/defrag.c
Commit message (Collapse)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
| | | | | | Don't go over 80 cols. Start with captial letter, capital letter afer point, end comment with a point and so forth. No actual code behavior touched at all.
* Defrag: activate it only if running modified version of Jemalloc.antirez2017-01-101-22/+22
| | | | | This commit also includes minor aesthetic changes like removal of trailing spaces.
* active defrag improvementsoranagra2017-01-021-32/+50
|
* active memory defragmentationoranagra2016-12-301-0/+527