jemalloc/src
2017-04-05 16:25:37 -07:00
..
arena.c Transition arena struct fields to C11 atomics 2017-04-05 16:25:37 -07:00
base.c Make base_t's extent_hooks field C11-atomic 2017-04-05 16:25:37 -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 Transition arena struct fields to C11 atomics 2017-04-05 16:25:37 -07:00
extent_dss.c Make extent_dss use C11-style atomics 2017-04-05 16:25:37 -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 Move arena-tracking atomics in jemalloc.c to C11-style 2017-04-05 16:25:37 -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 Convert accumbytes in prof_accum_t to C11 atomics, when possible 2017-04-05 16:25:37 -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