jemalloc/jemalloc/src
Jason Evans 3c26a7d68e Remove malloc_swap_enable().
Remove malloc_swap_enable(), which was obsoleted by the "swap.fds"
mallctl.  The prototype for malloc_swap_enable() was removed from
jemalloc/jemalloc.h, but the function itself was accidentally left in
place.
2010-10-02 12:04:41 -07:00
..
arena.c Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED. 2010-10-01 17:53:37 -07:00
base.c Port to Mac OS X. 2010-09-11 18:20:16 -07:00
chunk.c Omit chunk header in arena chunk map. 2010-10-01 17:35:43 -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
ckh.c Fix compiler warnings. 2010-09-20 19:20:48 -07:00
ctl.c Add the "arenas.purge" mallctl. 2010-09-30 16:55:08 -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 Remove malloc_swap_enable(). 2010-10-02 12:04:41 -07:00
mb.c Restructure source tree. 2010-02-11 14:45:59 -08:00
mutex.c Port to Mac OS X. 2010-09-11 18:20:16 -07:00
prof.c Fix compiler warnings and errors. 2010-09-20 19:53:25 -07:00
rtree.c Use offsetof() when sizing dynamic structures. 2010-10-01 18:02:43 -07:00
stats.c Fix P/p reporting in stats_print(). 2010-04-08 19:14:51 -07:00
tcache.c Use offsetof() when sizing dynamic structures. 2010-10-01 18:02:43 -07:00
zone.c Port to Mac OS X. 2010-09-11 18:20:16 -07:00