jemalloc/src
Jason Evans 0721b895ff Do not generate unused tsd_*_[gs]et() functions.
This avoids a gcc diagnostic note:
    note: The ABI for passing parameters with 64-byte alignment has
    changed in GCC 4.6
This note related to the cacheline alignment of rtree_ctx_t, which was
introduced by 4a346f5593 (Replace rtree
path cache with LRU cache.).
2017-02-13 10:47:16 -08:00
..
arena.c Disentangle arena and extent locking. 2017-02-01 16:43:46 -08:00
atomic.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08: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 Fix/refactor tcaches synchronization. 2017-02-01 16:43:46 -08:00
extent.c Determine rtree levels at compile time. 2017-02-08 18:50:03 -08: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 Replace spin_init() with SPIN_INITIALIZER. 2017-02-08 18:50:03 -08:00
jemalloc_cpp.cpp Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
large.c Disentangle arena and extent locking. 2017-02-01 16:43:46 -08:00
mb.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -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 Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
prng.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
prof.c Call prof_gctx_create() without owing bt2gctx_mtx. 2017-02-01 16:43:46 -08:00
rtree.c Remove rtree support for 0 (NULL) keys. 2017-02-08 18:50:03 -08:00
spin.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
stats.c Handle race in stats_arena_bins_print 2017-02-01 15:17:39 -08:00
tcache.c Disentangle arena and extent locking. 2017-02-01 16:43:46 -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
util.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -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