server-skynet-source-3rd-je.../src
Jason Evans e8921cf2eb Convert extent_t's usize to szind.
Rather than storing usize only for large (and prof-promoted)
allocations, store the size class index for allocations that reside
within the extent, such that the size class index is valid for all
extents that contain extant allocations, and invalid otherwise (mainly
to make debugging simpler).
2017-03-22 18:33:32 -07:00
..
arena.c Convert extent_t's usize to szind. 2017-03-22 18:33:32 -07:00
base.c Convert extent_t's usize to szind. 2017-03-22 18:33:32 -07: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 Implement two-phase decay-based purging. 2017-03-15 13:13:47 -07:00
extent_dss.c Convert extent_t's usize to szind. 2017-03-22 18:33:32 -07:00
extent_mmap.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
extent.c Convert extent_t's usize to szind. 2017-03-22 18:33:32 -07:00
hash.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
jemalloc_cpp.cpp Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
jemalloc.c Not re-binding iarena when migrate between arenas. 2017-03-21 14:05:20 -07:00
large.c Convert extent_t's usize to szind. 2017-03-22 18:33:32 -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 Propagate madvise() success/failure from pages_purge_lazy(). 2017-03-16 08:44: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 two-phase decay-based purging. 2017-03-15 13:13:47 -07:00
tcache.c Refactor tcaches flush/destroy to reduce lock duration. 2017-03-16 08:59:58 -07: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