jemalloc/src
Jason Evans d6abcbb14b Always disable redzone by default.
Always disable redzone by default, even when --enable-debug is
specified.  The memory overhead for redzones can be substantial, which
makes this feature something that should only be opted into.
2012-04-12 17:09:54 -07:00
..
arena.c Normalize aligned allocation algorithms. 2012-04-11 18:13:45 -07:00
atomic.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.c Add alignment support to chunk_alloc(). 2012-04-10 14:51:39 -07:00
bitmap.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
chunk.c Rename labels. 2012-04-10 15:07:44 -07:00
chunk_dss.c Use a stub replacement and disable dss when sbrk is not supported 2012-04-12 08:43:08 -07:00
chunk_mmap.c Normalize aligned allocation algorithms. 2012-04-11 18:13:45 -07:00
ckh.c Normalize aligned allocation algorithms. 2012-04-11 18:13:45 -07:00
ctl.c Implement Valgrind support, redzones, and quarantine. 2012-04-11 11:46:18 -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 Implement Valgrind support, redzones, and quarantine. 2012-04-11 11:46:18 -07:00
jemalloc.c Always disable redzone by default. 2012-04-12 17:09:54 -07:00
mb.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.c Postpone mutex initialization on FreeBSD. 2012-04-03 19:25:30 -07:00
prof.c Rename labels. 2012-04-10 15:07:44 -07:00
quarantine.c Implement Valgrind support, redzones, and quarantine. 2012-04-11 11:46:18 -07:00
rtree.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
stats.c Implement Valgrind support, redzones, and quarantine. 2012-04-11 11:46:18 -07:00
tcache.c Implement Valgrind support, redzones, and quarantine. 2012-04-11 11:46:18 -07:00
tsd.c Remove arena_malloc_prechosen(). 2012-04-06 12:24:46 -07:00
util.c Rename labels. 2012-04-10 15:07:44 -07:00
zone.c Implement Valgrind support, redzones, and quarantine. 2012-04-11 11:46:18 -07:00