server-skynet-source-3rd-je.../jemalloc/src
Jason Evans ce93055c49 Use madvise(..., MADV_FREE) on OS X.
Use madvise(..., MADV_FREE) rather than msync(..., MS_KILLPAGES) on OS
X, since it works for at least OS X 10.5 and 10.6.
2010-10-24 13:03:07 -07:00
..
arena.c Use madvise(..., MADV_FREE) on OS X. 2010-10-24 13:03:07 -07:00
base.c Port to Mac OS X. 2010-09-11 18:20:16 -07:00
chunk_dss.c Restructure source tree. 2010-02-11 14:45:59 -08:00
chunk_mmap.c Wrap strerror_r(). 2010-09-20 16:05:41 -07:00
chunk_swap.c Wrap strerror_r(). 2010-09-20 16:05:41 -07:00
chunk.c Replace JEMALLOC_OPTIONS with MALLOC_CONF. 2010-10-23 18:37:06 -07:00
ckh.c Fix compiler warnings. 2010-09-20 19:20:48 -07:00
ctl.c Replace JEMALLOC_OPTIONS with MALLOC_CONF. 2010-10-23 18:37:06 -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 Add {,r,s,d}allocm(). 2010-09-17 15:46:18 -07:00
jemalloc.c Add missing #ifdef JEMALLOC_PROF. 2010-10-23 23:43:37 -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 Replace JEMALLOC_OPTIONS with MALLOC_CONF. 2010-10-23 18:37:06 -07:00
rtree.c Use offsetof() when sizing dynamic structures. 2010-10-01 18:02:43 -07:00
stats.c Replace JEMALLOC_OPTIONS with MALLOC_CONF. 2010-10-23 18:37:06 -07:00
tcache.c Replace JEMALLOC_OPTIONS with MALLOC_CONF. 2010-10-23 18:37:06 -07:00
zone.c Port to Mac OS X. 2010-09-11 18:20:16 -07:00