jemalloc/src
Jason Evans 765edd67b4 Refactor decay-related function parametrization.
Refactor most of the decay-related functions to take as parameters the
decay_t and associated extents_t structures to operate on.  This
prepares for supporting both lazy and forced purging on different decay
schedules.
2017-03-15 13:13:47 -07:00
..
arena.c Refactor decay-related function parametrization. 2017-03-15 13:13:47 -07:00
base.c Disentangle arena and extent locking. 2017-02-01 16:43:46 -08:00
bitmap.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
ckh.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
ctl.c Convert remaining arena_stats_t fields to atomics 2017-03-13 18:22:33 -07:00
extent.c Prefer pages_purge_forced() over memset(). 2017-03-13 18:19:57 -07:00
extent_dss.c Fix extent_alloc_dss() regression. 2017-02-10 14:06:31 -08:00
extent_mmap.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
hash.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
jemalloc.c Implement per-CPU arena. 2017-03-08 23:19:01 -08:00
jemalloc_cpp.cpp Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
large.c Prefer pages_purge_forced() over memset(). 2017-03-13 18:19:57 -07:00
malloc_io.c Disentangle assert and util 2017-03-06 15:08:43 -08:00
mutex.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
nstime.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
pages.c Add alignment/size assertions to pages_*(). 2017-03-13 18:19:57 -07:00
prng.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
prof.c Convert arena->prof_accumbytes synchronization to atomics. 2017-02-16 09:39:46 -08:00
rtree.c Convert rtree code to use C11 atomics 2017-03-13 12:05:27 -07:00
spin.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
stats.c Implement per-CPU arena. 2017-03-08 23:19:01 -08:00
tcache.c Implement per-CPU arena. 2017-03-08 23:19:01 -08:00
ticker.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
tsd.c Do not generate unused tsd_*_[gs]et() functions. 2017-02-13 10:47:16 -08:00
witness.c Add witness_assert_depth[_to_rank](). 2017-02-01 16:43:46 -08:00
zone.c Remove extraneous parens around return arguments. 2017-01-20 21:43:07 -08:00