diff --git a/jemalloc/COPYING b/COPYING similarity index 100% rename from jemalloc/COPYING rename to COPYING diff --git a/jemalloc/ChangeLog b/ChangeLog similarity index 100% rename from jemalloc/ChangeLog rename to ChangeLog diff --git a/jemalloc/INSTALL b/INSTALL similarity index 100% rename from jemalloc/INSTALL rename to INSTALL diff --git a/jemalloc/Makefile.in b/Makefile.in similarity index 100% rename from jemalloc/Makefile.in rename to Makefile.in diff --git a/jemalloc/README b/README similarity index 100% rename from jemalloc/README rename to README diff --git a/jemalloc/autogen.sh b/autogen.sh similarity index 100% rename from jemalloc/autogen.sh rename to autogen.sh diff --git a/jemalloc/bin/pprof b/bin/pprof similarity index 100% rename from jemalloc/bin/pprof rename to bin/pprof diff --git a/jemalloc/config.guess b/config.guess similarity index 100% rename from jemalloc/config.guess rename to config.guess diff --git a/jemalloc/config.stamp.in b/config.stamp.in similarity index 100% rename from jemalloc/config.stamp.in rename to config.stamp.in diff --git a/jemalloc/config.sub b/config.sub similarity index 100% rename from jemalloc/config.sub rename to config.sub diff --git a/jemalloc/configure.ac b/configure.ac similarity index 100% rename from jemalloc/configure.ac rename to configure.ac diff --git a/jemalloc/doc/html.xsl.in b/doc/html.xsl.in similarity index 100% rename from jemalloc/doc/html.xsl.in rename to doc/html.xsl.in diff --git a/jemalloc/doc/jemalloc.xml.in b/doc/jemalloc.xml.in similarity index 100% rename from jemalloc/doc/jemalloc.xml.in rename to doc/jemalloc.xml.in diff --git a/jemalloc/doc/manpages.xsl.in b/doc/manpages.xsl.in similarity index 100% rename from jemalloc/doc/manpages.xsl.in rename to doc/manpages.xsl.in diff --git a/jemalloc/doc/stylesheet.xsl b/doc/stylesheet.xsl similarity index 100% rename from jemalloc/doc/stylesheet.xsl rename to doc/stylesheet.xsl diff --git a/jemalloc/include/jemalloc/internal/arena.h b/include/jemalloc/internal/arena.h similarity index 100% rename from jemalloc/include/jemalloc/internal/arena.h rename to include/jemalloc/internal/arena.h diff --git a/jemalloc/include/jemalloc/internal/atomic.h b/include/jemalloc/internal/atomic.h similarity index 100% rename from jemalloc/include/jemalloc/internal/atomic.h rename to include/jemalloc/internal/atomic.h diff --git a/jemalloc/include/jemalloc/internal/base.h b/include/jemalloc/internal/base.h similarity index 100% rename from jemalloc/include/jemalloc/internal/base.h rename to include/jemalloc/internal/base.h diff --git a/jemalloc/include/jemalloc/internal/bitmap.h b/include/jemalloc/internal/bitmap.h similarity index 100% rename from jemalloc/include/jemalloc/internal/bitmap.h rename to include/jemalloc/internal/bitmap.h diff --git a/jemalloc/include/jemalloc/internal/chunk.h b/include/jemalloc/internal/chunk.h similarity index 100% rename from jemalloc/include/jemalloc/internal/chunk.h rename to include/jemalloc/internal/chunk.h diff --git a/jemalloc/include/jemalloc/internal/chunk_dss.h b/include/jemalloc/internal/chunk_dss.h similarity index 100% rename from jemalloc/include/jemalloc/internal/chunk_dss.h rename to include/jemalloc/internal/chunk_dss.h diff --git a/jemalloc/include/jemalloc/internal/chunk_mmap.h b/include/jemalloc/internal/chunk_mmap.h similarity index 100% rename from jemalloc/include/jemalloc/internal/chunk_mmap.h rename to include/jemalloc/internal/chunk_mmap.h diff --git a/jemalloc/include/jemalloc/internal/chunk_swap.h b/include/jemalloc/internal/chunk_swap.h similarity index 100% rename from jemalloc/include/jemalloc/internal/chunk_swap.h rename to include/jemalloc/internal/chunk_swap.h diff --git a/jemalloc/include/jemalloc/internal/ckh.h b/include/jemalloc/internal/ckh.h similarity index 100% rename from jemalloc/include/jemalloc/internal/ckh.h rename to include/jemalloc/internal/ckh.h diff --git a/jemalloc/include/jemalloc/internal/ctl.h b/include/jemalloc/internal/ctl.h similarity index 100% rename from jemalloc/include/jemalloc/internal/ctl.h rename to include/jemalloc/internal/ctl.h diff --git a/jemalloc/include/jemalloc/internal/extent.h b/include/jemalloc/internal/extent.h similarity index 100% rename from jemalloc/include/jemalloc/internal/extent.h rename to include/jemalloc/internal/extent.h diff --git a/jemalloc/include/jemalloc/internal/hash.h b/include/jemalloc/internal/hash.h similarity index 100% rename from jemalloc/include/jemalloc/internal/hash.h rename to include/jemalloc/internal/hash.h diff --git a/jemalloc/include/jemalloc/internal/huge.h b/include/jemalloc/internal/huge.h similarity index 100% rename from jemalloc/include/jemalloc/internal/huge.h rename to include/jemalloc/internal/huge.h diff --git a/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in b/include/jemalloc/internal/jemalloc_internal.h.in similarity index 100% rename from jemalloc/include/jemalloc/internal/jemalloc_internal.h.in rename to include/jemalloc/internal/jemalloc_internal.h.in diff --git a/jemalloc/include/jemalloc/internal/mb.h b/include/jemalloc/internal/mb.h similarity index 100% rename from jemalloc/include/jemalloc/internal/mb.h rename to include/jemalloc/internal/mb.h diff --git a/jemalloc/include/jemalloc/internal/mutex.h b/include/jemalloc/internal/mutex.h similarity index 100% rename from jemalloc/include/jemalloc/internal/mutex.h rename to include/jemalloc/internal/mutex.h diff --git a/jemalloc/include/jemalloc/internal/prn.h b/include/jemalloc/internal/prn.h similarity index 100% rename from jemalloc/include/jemalloc/internal/prn.h rename to include/jemalloc/internal/prn.h diff --git a/jemalloc/include/jemalloc/internal/prof.h b/include/jemalloc/internal/prof.h similarity index 100% rename from jemalloc/include/jemalloc/internal/prof.h rename to include/jemalloc/internal/prof.h diff --git a/jemalloc/include/jemalloc/internal/ql.h b/include/jemalloc/internal/ql.h similarity index 100% rename from jemalloc/include/jemalloc/internal/ql.h rename to include/jemalloc/internal/ql.h diff --git a/jemalloc/include/jemalloc/internal/qr.h b/include/jemalloc/internal/qr.h similarity index 100% rename from jemalloc/include/jemalloc/internal/qr.h rename to include/jemalloc/internal/qr.h diff --git a/jemalloc/include/jemalloc/internal/rb.h b/include/jemalloc/internal/rb.h similarity index 100% rename from jemalloc/include/jemalloc/internal/rb.h rename to include/jemalloc/internal/rb.h diff --git a/jemalloc/include/jemalloc/internal/rtree.h b/include/jemalloc/internal/rtree.h similarity index 100% rename from jemalloc/include/jemalloc/internal/rtree.h rename to include/jemalloc/internal/rtree.h diff --git a/jemalloc/include/jemalloc/internal/stats.h b/include/jemalloc/internal/stats.h similarity index 100% rename from jemalloc/include/jemalloc/internal/stats.h rename to include/jemalloc/internal/stats.h diff --git a/jemalloc/include/jemalloc/internal/tcache.h b/include/jemalloc/internal/tcache.h similarity index 100% rename from jemalloc/include/jemalloc/internal/tcache.h rename to include/jemalloc/internal/tcache.h diff --git a/jemalloc/include/jemalloc/internal/zone.h b/include/jemalloc/internal/zone.h similarity index 100% rename from jemalloc/include/jemalloc/internal/zone.h rename to include/jemalloc/internal/zone.h diff --git a/jemalloc/include/jemalloc/jemalloc.h.in b/include/jemalloc/jemalloc.h.in similarity index 100% rename from jemalloc/include/jemalloc/jemalloc.h.in rename to include/jemalloc/jemalloc.h.in diff --git a/jemalloc/include/jemalloc/jemalloc_defs.h.in b/include/jemalloc/jemalloc_defs.h.in similarity index 100% rename from jemalloc/include/jemalloc/jemalloc_defs.h.in rename to include/jemalloc/jemalloc_defs.h.in diff --git a/jemalloc/install-sh b/install-sh similarity index 100% rename from jemalloc/install-sh rename to install-sh diff --git a/jemalloc/src/arena.c b/src/arena.c similarity index 100% rename from jemalloc/src/arena.c rename to src/arena.c diff --git a/jemalloc/src/atomic.c b/src/atomic.c similarity index 100% rename from jemalloc/src/atomic.c rename to src/atomic.c diff --git a/jemalloc/src/base.c b/src/base.c similarity index 100% rename from jemalloc/src/base.c rename to src/base.c diff --git a/jemalloc/src/bitmap.c b/src/bitmap.c similarity index 100% rename from jemalloc/src/bitmap.c rename to src/bitmap.c diff --git a/jemalloc/src/chunk.c b/src/chunk.c similarity index 100% rename from jemalloc/src/chunk.c rename to src/chunk.c diff --git a/jemalloc/src/chunk_dss.c b/src/chunk_dss.c similarity index 100% rename from jemalloc/src/chunk_dss.c rename to src/chunk_dss.c diff --git a/jemalloc/src/chunk_mmap.c b/src/chunk_mmap.c similarity index 100% rename from jemalloc/src/chunk_mmap.c rename to src/chunk_mmap.c diff --git a/jemalloc/src/chunk_swap.c b/src/chunk_swap.c similarity index 100% rename from jemalloc/src/chunk_swap.c rename to src/chunk_swap.c diff --git a/jemalloc/src/ckh.c b/src/ckh.c similarity index 100% rename from jemalloc/src/ckh.c rename to src/ckh.c diff --git a/jemalloc/src/ctl.c b/src/ctl.c similarity index 100% rename from jemalloc/src/ctl.c rename to src/ctl.c diff --git a/jemalloc/src/extent.c b/src/extent.c similarity index 100% rename from jemalloc/src/extent.c rename to src/extent.c diff --git a/jemalloc/src/hash.c b/src/hash.c similarity index 100% rename from jemalloc/src/hash.c rename to src/hash.c diff --git a/jemalloc/src/huge.c b/src/huge.c similarity index 100% rename from jemalloc/src/huge.c rename to src/huge.c diff --git a/jemalloc/src/jemalloc.c b/src/jemalloc.c similarity index 100% rename from jemalloc/src/jemalloc.c rename to src/jemalloc.c diff --git a/jemalloc/src/mb.c b/src/mb.c similarity index 100% rename from jemalloc/src/mb.c rename to src/mb.c diff --git a/jemalloc/src/mutex.c b/src/mutex.c similarity index 100% rename from jemalloc/src/mutex.c rename to src/mutex.c diff --git a/jemalloc/src/prof.c b/src/prof.c similarity index 100% rename from jemalloc/src/prof.c rename to src/prof.c diff --git a/jemalloc/src/rtree.c b/src/rtree.c similarity index 100% rename from jemalloc/src/rtree.c rename to src/rtree.c diff --git a/jemalloc/src/stats.c b/src/stats.c similarity index 100% rename from jemalloc/src/stats.c rename to src/stats.c diff --git a/jemalloc/src/tcache.c b/src/tcache.c similarity index 100% rename from jemalloc/src/tcache.c rename to src/tcache.c diff --git a/jemalloc/src/zone.c b/src/zone.c similarity index 100% rename from jemalloc/src/zone.c rename to src/zone.c diff --git a/jemalloc/test/allocated.c b/test/allocated.c similarity index 100% rename from jemalloc/test/allocated.c rename to test/allocated.c diff --git a/jemalloc/test/allocated.exp b/test/allocated.exp similarity index 100% rename from jemalloc/test/allocated.exp rename to test/allocated.exp diff --git a/jemalloc/test/allocm.c b/test/allocm.c similarity index 100% rename from jemalloc/test/allocm.c rename to test/allocm.c diff --git a/jemalloc/test/allocm.exp b/test/allocm.exp similarity index 100% rename from jemalloc/test/allocm.exp rename to test/allocm.exp diff --git a/jemalloc/test/bitmap.c b/test/bitmap.c similarity index 100% rename from jemalloc/test/bitmap.c rename to test/bitmap.c diff --git a/jemalloc/test/bitmap.exp b/test/bitmap.exp similarity index 100% rename from jemalloc/test/bitmap.exp rename to test/bitmap.exp diff --git a/jemalloc/test/jemalloc_test.h.in b/test/jemalloc_test.h.in similarity index 100% rename from jemalloc/test/jemalloc_test.h.in rename to test/jemalloc_test.h.in diff --git a/jemalloc/test/mremap.c b/test/mremap.c similarity index 100% rename from jemalloc/test/mremap.c rename to test/mremap.c diff --git a/jemalloc/test/mremap.exp b/test/mremap.exp similarity index 100% rename from jemalloc/test/mremap.exp rename to test/mremap.exp diff --git a/jemalloc/test/posix_memalign.c b/test/posix_memalign.c similarity index 100% rename from jemalloc/test/posix_memalign.c rename to test/posix_memalign.c diff --git a/jemalloc/test/posix_memalign.exp b/test/posix_memalign.exp similarity index 100% rename from jemalloc/test/posix_memalign.exp rename to test/posix_memalign.exp diff --git a/jemalloc/test/rallocm.c b/test/rallocm.c similarity index 100% rename from jemalloc/test/rallocm.c rename to test/rallocm.c diff --git a/jemalloc/test/rallocm.exp b/test/rallocm.exp similarity index 100% rename from jemalloc/test/rallocm.exp rename to test/rallocm.exp diff --git a/jemalloc/test/thread_arena.c b/test/thread_arena.c similarity index 100% rename from jemalloc/test/thread_arena.c rename to test/thread_arena.c diff --git a/jemalloc/test/thread_arena.exp b/test/thread_arena.exp similarity index 100% rename from jemalloc/test/thread_arena.exp rename to test/thread_arena.exp