summaryrefslogtreecommitdiff
path: root/deps/jemalloc/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit '220a0f0880419450c9409202aac1fab4b8be0719' as 'deps/jemalloc'Yoav Steinberg2021-10-101-0/+195
|
* Delete old jemalloc before pulling in subtree.Yoav Steinberg2021-10-101-156/+0
|
* Jemalloc upgraded to version 5.0.1.antirez2018-05-241-0/+156
|
* Revert "Jemalloc updated to 4.4.0."antirez2017-04-221-29/+0
| | | | This reverts commit 36c1acc222d29e6e2dc9fc25362e4faa471111bd.
* Jemalloc updated to 4.4.0.antirez2017-01-301-0/+29
The original jemalloc source tree was modified to: 1. Remove the configure error that prevents nested builds. 2. Insert the Redis private Jemalloc API in order to allow the Redis fragmentation function to work.