jemalloc/src
2017-04-04 16:45:52 -07:00
..
arena.c Convert prng module to use C11-style atomics 2017-04-04 16:45:52 -07:00
base.c Convert extent_t's usize to szind. 2017-03-22 18:33:32 -07:00
bitmap.c Remove BITMAP_USE_TREE. 2017-03-27 12:18:40 -07:00
ckh.c Remove extent dereferences from the deallocation fast paths. 2017-03-22 18:33:32 -07:00
ctl.c Profile per arena base mutex, instead of just a0. 2017-03-23 00:03:28 -07:00
extent.c Move arena_slab_data_t's nfree into extent_t's e_bits. 2017-03-27 22:43:39 -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
hash.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
jemalloc.c Do proper cleanup for tsd_state_reincarnated. 2017-04-04 00:34:49 -07:00
jemalloc_cpp.cpp Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
large.c Remove extent dereferences from the deallocation fast paths. 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 Switch to nstime_t for the time related fields in mutex profiling. 2017-03-23 00:03:28 -07:00
nstime.c Output bin lock profiling results to malloc_stats. 2017-03-23 00:03:28 -07: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 Added lock profiling and output for global locks (ctl, prof and base). 2017-03-23 00:03:28 -07:00
rtree.c Make the tsd member init functions to take tsd_t * type. 2017-04-04 14:06:07 -07:00
spin.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
stats.c Refactor mutex profiling code with x-macros. 2017-03-23 00:03:28 -07:00
tcache.c Lookup extent once per time during tcache_flush_small / _large. 2017-03-28 09:58:25 -07:00
ticker.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
tsd.c Make the tsd member init functions to take tsd_t * type. 2017-04-04 14:06:07 -07: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