jemalloc/src
Jason Evans 3dc4e83ccb Add MALLCTL_ARENAS_ALL.
Add the MALLCTL_ARENAS_ALL cpp macro as a fixed index for use
in accessing the arena.<i>.{purge,decay,dss} and stats.arenas.<i>.*
mallctls, and deprecate access via the arenas.narenas index (to be
removed in 6.0.0).
2017-01-06 18:58:45 -08:00
..
arena.c Fix locking in arena_dirty_count(). 2017-01-06 18:58:45 -08:00
atomic.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.c Implement per arena base allocators. 2016-12-26 18:08:28 -08:00
bitmap.c Implement BITMAP_INFO_INITIALIZER(nbits). 2016-05-13 10:27:48 -07:00
ckh.c Refactor prng to not use 64-bit atomics on 32-bit platforms. 2016-11-07 10:52:44 -08:00
ctl.c Add MALLCTL_ARENAS_ALL. 2017-01-06 18:58:45 -08:00
extent.c Implement per arena base allocators. 2016-12-26 18:08:28 -08:00
extent_dss.c Refactor purging and splitting/merging. 2016-12-26 18:08:16 -08:00
extent_mmap.c Fix potential VM map fragmentation regression. 2016-06-07 14:15:49 -07:00
hash.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
jemalloc.c Implement per arena base allocators. 2016-12-26 18:08:28 -08:00
jemalloc_cpp.cpp jemalloc cpp new/delete bindings 2016-12-12 18:36:06 -08:00
large.c Refactor purging and splitting/merging. 2016-12-26 18:08:16 -08:00
mb.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.c Add os_unfair_lock support. 2016-11-02 18:09:45 -07:00
nstime.c Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW. 2016-10-29 22:58:18 -07:00
pages.c Refactor purging and splitting/merging. 2016-12-26 18:08:16 -08:00
prng.c Refactor prng* from cpp macros into inline functions. 2016-02-19 20:29:06 -08:00
prof.c Implement per arena base allocators. 2016-12-26 18:08:28 -08:00
rtree.c Implement per arena base allocators. 2016-12-26 18:08:28 -08:00
spin.c Add/use adaptive spinning. 2016-10-13 14:55:39 -07:00
stats.c Add MALLCTL_ARENAS_ALL. 2017-01-06 18:58:45 -08:00
tcache.c Implement per arena base allocators. 2016-12-26 18:08:28 -08:00
ticker.c Implement ticker. 2016-02-19 20:29:06 -08:00
tsd.c Make tsd cleanup functions optional, remove noop cleanup functions. 2016-06-05 20:42:24 -07:00
util.c Add --disable-syscall. 2016-12-03 16:50:58 -08:00
witness.c Make tsd cleanup functions optional, remove noop cleanup functions. 2016-06-05 20:42:24 -07:00
zone.c Fix/refactor zone allocator integration code. 2016-11-02 18:06:40 -07:00