jemalloc/src
Jason Evans 86e58583bb Make special FreeBSD function overrides visible.
Make special FreeBSD libc/libthr function overrides for
_malloc_prefork(), _malloc_postfork(), and _malloc_thread_cleanup()
visible.
2012-04-18 19:01:00 -07:00
..
arena.c Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls 2012-04-18 18:57:48 -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 Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls 2012-04-18 18:57:48 -07:00
chunk_dss.c Disable munmap() if it causes VM map holes. 2012-04-12 20:20:58 -07:00
chunk_mmap.c Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls 2012-04-18 18:57:48 -07:00
ckh.c Normalize aligned allocation algorithms. 2012-04-11 18:13:45 -07:00
ctl.c Update prof defaults to match common usage. 2012-04-17 16:39:33 -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 Make special FreeBSD function overrides visible. 2012-04-18 19:01:00 -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 Update prof defaults to match common usage. 2012-04-17 16:39:33 -07:00
quarantine.c Clean up a few config-related conditionals/asserts. 2012-04-18 13:38:40 -07:00
rtree.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
stats.c Update prof defaults to match common usage. 2012-04-17 16:39:33 -07:00
tcache.c Implement Valgrind support, redzones, and quarantine. 2012-04-11 11:46:18 -07:00
tsd.c Make special FreeBSD function overrides visible. 2012-04-18 19:01:00 -07:00
util.c Fix malloc_vsnprintf handling of %o, %u and %x 2012-04-18 18:59:27 -07:00
zone.c Implement Valgrind support, redzones, and quarantine. 2012-04-11 11:46:18 -07:00