jemalloc/src
Jason Evans d04047cc29 Add size class computation capability.
Add size class computation capability, currently used only as validation
of the size class lookup tables.  Generalize the size class spacing used
for bins, for eventual use throughout the full range of allocation
sizes.
2014-05-28 21:06:46 -07:00
..
arena.c Add size class computation capability. 2014-05-28 21:06:46 -07:00
atomic.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.c Refactor huge allocation to be managed by arenas. 2014-05-15 22:36:41 -07:00
bitmap.c Normalize #define whitespace. 2013-12-08 22:28:27 -08:00
chunk.c Refactor huge allocation to be managed by arenas. 2014-05-15 22:36:41 -07:00
chunk_dss.c Optimize Valgrind integration. 2014-04-15 16:49:57 -07:00
chunk_mmap.c Refactor huge allocation to be managed by arenas. 2014-05-15 22:36:41 -07:00
ckh.c Fix inline-related macro issues. 2013-12-10 14:35:34 -08:00
ctl.c Refactor huge allocation to be managed by arenas. 2014-05-15 22:36:41 -07:00
extent.c Reduce cpp conditional logic complexity. 2012-02-10 20:22:09 -08:00
hash.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
huge.c Refactor huge allocation to be managed by arenas. 2014-05-15 22:36:41 -07:00
jemalloc.c Refactor huge allocation to be managed by arenas. 2014-05-15 22:36:41 -07:00
mb.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.c Normalize #define whitespace. 2013-12-08 22:28:27 -08:00
prof.c Simplify backtracing. 2014-04-22 20:55:09 -07:00
quarantine.c Remove the "opt.valgrind" mallctl. 2014-04-15 14:33:50 -07:00
rtree.c Convert rtree from (void *) to (uint8_t) storage. 2014-01-02 17:36:38 -08:00
stats.c Refactor huge allocation to be managed by arenas. 2014-05-15 22:36:41 -07:00
tcache.c outline rare tcache_get codepaths 2014-04-16 13:36:56 -07:00
tsd.c Implement the *allocx() API. 2013-12-12 22:35:52 -08:00
util.c Test and fix malloc_printf("%%"). 2014-01-22 09:00:27 -08:00
valgrind.c Optimize Valgrind integration. 2014-04-15 16:49:57 -07:00
zone.c Prefer not_reached() over assert(false) where appropriate. 2013-10-21 14:56:27 -07:00