index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
decay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header refactoring: ticker module - remove from the catchall and unify.
David Goldblatt
2017-04-24
1
-0/+2
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-60/+49
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-65/+127
*
Store associated arena in tcache.
Qi Wang
2017-03-07
1
-8/+32
*
Fix flakiness in test_decay_ticker.
Jason Evans
2017-03-07
1
-106/+148
*
Immediately purge cached extents if decay_time is 0.
Jason Evans
2017-03-03
1
-1/+104
*
Use MALLOC_CONF rather than malloc_conf for tests.
Jason Evans
2017-02-23
1
-6/+0
*
Conditianalize lg_tcache_max use on JEMALLOC_TCACHE.
Jason Evans
2017-02-07
1
-1/+5
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-2/+2
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-4/+4
*
Update brace style.
Jason Evans
2017-01-21
1
-15/+12
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-3/+0
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
1
-24/+24
*
Remove ratio-based purging.
Jason Evans
2016-10-12
1
-7/+1
*
Fix decay tests to all adapt to nstime_monotonic().
Jason Evans
2016-10-11
1
-6/+9
*
Do not advance decay epoch when time goes backwards.
Jason Evans
2016-10-11
1
-1/+12
*
Rename huge to large.
Jason Evans
2016-06-06
1
-21/+21
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-22/+19
*
Fix decay tests for --disable-tcache case.
Jason Evans
2016-02-28
1
-6/+14
*
Fix decay tests for --disable-stats case.
Jason Evans
2016-02-28
1
-11/+18
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
1
-24/+24
*
Increase test coverage in test_decay_ticks.
Jason Evans
2016-02-20
1
-123/+98
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-0/+370