server-skynet-source-3rd-je.../jemalloc/src
Jason Evans 9c43c13a35 Reverse tcache fill order.
Refill the thread cache such that low regions get used first.  This
fixes a regression due to the recent transition to bitmap-based region
management.
2011-03-18 10:53:15 -07:00
..
arena.c Reverse tcache fill order. 2011-03-18 10:53:15 -07:00
base.c Port to Mac OS X. 2010-09-11 18:20:16 -07:00
bitmap.c Use bitmaps to track small regions. 2011-03-17 16:29:32 -07:00
chunk_dss.c Use mremap(2) for huge realloc(). 2010-11-30 16:50:58 -08:00
chunk_mmap.c Fix style nits. 2011-02-13 18:44:59 -08:00
chunk_swap.c Use mremap(2) for huge realloc(). 2010-11-30 16:50:58 -08:00
chunk.c Use mremap(2) for huge realloc(). 2010-11-30 16:50:58 -08:00
ckh.c Use bitmaps to track small regions. 2011-03-17 16:29:32 -07:00
ctl.c Create arena_bin_info_t. 2011-03-15 13:59:15 -07:00
extent.c Rewrite red-black trees. 2010-02-28 15:00:18 -08:00
hash.c Restructure source tree. 2010-02-11 14:45:59 -08:00
huge.c Fix an alignment-related bug in huge_ralloc(). 2011-01-31 19:58:22 -08:00
jemalloc.c Use bitmaps to track small regions. 2011-03-17 16:29:32 -07:00
mb.c Restructure source tree. 2010-02-11 14:45:59 -08:00
mutex.c Make cumulative heap profile data optional. 2010-10-02 21:40:26 -07:00
prof.c Improve backtracing-related configuration. 2011-03-15 22:23:12 -07:00
rtree.c Add missing error checks. 2011-03-15 14:25:56 -07:00
stats.c Replace JEMALLOC_OPTIONS with MALLOC_CONF. 2010-10-23 18:37:06 -07:00
tcache.c Use bitmaps to track small regions. 2011-03-17 16:29:32 -07:00
zone.c Port to Mac OS X. 2010-09-11 18:20:16 -07:00