summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2017-05-22 20:09:17 (GMT)
committerQi Wang <interwq@gmail.com>2017-05-23 20:48:30 (GMT)
commiteeefdf3ce89e09ce7cc5c58d2a3730b83045eec1 (patch)
tree0ccfe2af0f5213284681818e39af4e3b8cd178de /.travis.yml
parent0eae838b0d4343b09d80dee00f20a39ce709ca8f (diff)
downloadjemalloc-eeefdf3ce89e09ce7cc5c58d2a3730b83045eec1.zip
jemalloc-eeefdf3ce89e09ce7cc5c58d2a3730b83045eec1.tar.gz
jemalloc-eeefdf3ce89e09ce7cc5c58d2a3730b83045eec1.tar.bz2
Fix # of unpurged pages in decay algorithm.
When # of dirty pages move below npages_limit (e.g. they are reused), we should not lower number of unpurged pages because that would cause the reused pages to be double counted in the backlog (as a result, decay happen slower than it should). Instead, set number of unpurged to the greater of current npages and npages_limit. Added an assertion: the ceiling # of pages should be greater than npages_limit.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions