From 7427525c28d58c423a68930160e3b0fe577fe953 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Thu, 31 Mar 2011 20:36:17 -0700 Subject: [PATCH] Move repo contents in jemalloc/ to top level. --- jemalloc/COPYING => COPYING | 0 jemalloc/ChangeLog => ChangeLog | 0 jemalloc/INSTALL => INSTALL | 0 jemalloc/Makefile.in => Makefile.in | 0 jemalloc/README => README | 0 jemalloc/autogen.sh => autogen.sh | 0 {jemalloc/bin => bin}/pprof | 0 jemalloc/config.guess => config.guess | 0 jemalloc/config.stamp.in => config.stamp.in | 0 jemalloc/config.sub => config.sub | 0 jemalloc/configure.ac => configure.ac | 0 {jemalloc/doc => doc}/html.xsl.in | 0 {jemalloc/doc => doc}/jemalloc.xml.in | 0 {jemalloc/doc => doc}/manpages.xsl.in | 0 {jemalloc/doc => doc}/stylesheet.xsl | 0 {jemalloc/include => include}/jemalloc/internal/arena.h | 0 {jemalloc/include => include}/jemalloc/internal/atomic.h | 0 {jemalloc/include => include}/jemalloc/internal/base.h | 0 {jemalloc/include => include}/jemalloc/internal/bitmap.h | 0 {jemalloc/include => include}/jemalloc/internal/chunk.h | 0 {jemalloc/include => include}/jemalloc/internal/chunk_dss.h | 0 {jemalloc/include => include}/jemalloc/internal/chunk_mmap.h | 0 {jemalloc/include => include}/jemalloc/internal/chunk_swap.h | 0 {jemalloc/include => include}/jemalloc/internal/ckh.h | 0 {jemalloc/include => include}/jemalloc/internal/ctl.h | 0 {jemalloc/include => include}/jemalloc/internal/extent.h | 0 {jemalloc/include => include}/jemalloc/internal/hash.h | 0 {jemalloc/include => include}/jemalloc/internal/huge.h | 0 .../include => include}/jemalloc/internal/jemalloc_internal.h.in | 0 {jemalloc/include => include}/jemalloc/internal/mb.h | 0 {jemalloc/include => include}/jemalloc/internal/mutex.h | 0 {jemalloc/include => include}/jemalloc/internal/prn.h | 0 {jemalloc/include => include}/jemalloc/internal/prof.h | 0 {jemalloc/include => include}/jemalloc/internal/ql.h | 0 {jemalloc/include => include}/jemalloc/internal/qr.h | 0 {jemalloc/include => include}/jemalloc/internal/rb.h | 0 {jemalloc/include => include}/jemalloc/internal/rtree.h | 0 {jemalloc/include => include}/jemalloc/internal/stats.h | 0 {jemalloc/include => include}/jemalloc/internal/tcache.h | 0 {jemalloc/include => include}/jemalloc/internal/zone.h | 0 {jemalloc/include => include}/jemalloc/jemalloc.h.in | 0 {jemalloc/include => include}/jemalloc/jemalloc_defs.h.in | 0 jemalloc/install-sh => install-sh | 0 {jemalloc/src => src}/arena.c | 0 {jemalloc/src => src}/atomic.c | 0 {jemalloc/src => src}/base.c | 0 {jemalloc/src => src}/bitmap.c | 0 {jemalloc/src => src}/chunk.c | 0 {jemalloc/src => src}/chunk_dss.c | 0 {jemalloc/src => src}/chunk_mmap.c | 0 {jemalloc/src => src}/chunk_swap.c | 0 {jemalloc/src => src}/ckh.c | 0 {jemalloc/src => src}/ctl.c | 0 {jemalloc/src => src}/extent.c | 0 {jemalloc/src => src}/hash.c | 0 {jemalloc/src => src}/huge.c | 0 {jemalloc/src => src}/jemalloc.c | 0 {jemalloc/src => src}/mb.c | 0 {jemalloc/src => src}/mutex.c | 0 {jemalloc/src => src}/prof.c | 0 {jemalloc/src => src}/rtree.c | 0 {jemalloc/src => src}/stats.c | 0 {jemalloc/src => src}/tcache.c | 0 {jemalloc/src => src}/zone.c | 0 {jemalloc/test => test}/allocated.c | 0 {jemalloc/test => test}/allocated.exp | 0 {jemalloc/test => test}/allocm.c | 0 {jemalloc/test => test}/allocm.exp | 0 {jemalloc/test => test}/bitmap.c | 0 {jemalloc/test => test}/bitmap.exp | 0 {jemalloc/test => test}/jemalloc_test.h.in | 0 {jemalloc/test => test}/mremap.c | 0 {jemalloc/test => test}/mremap.exp | 0 {jemalloc/test => test}/posix_memalign.c | 0 {jemalloc/test => test}/posix_memalign.exp | 0 {jemalloc/test => test}/rallocm.c | 0 {jemalloc/test => test}/rallocm.exp | 0 {jemalloc/test => test}/thread_arena.c | 0 {jemalloc/test => test}/thread_arena.exp | 0 79 files changed, 0 insertions(+), 0 deletions(-) rename jemalloc/COPYING => COPYING (100%) rename jemalloc/ChangeLog => ChangeLog (100%) rename jemalloc/INSTALL => INSTALL (100%) rename jemalloc/Makefile.in => Makefile.in (100%) rename jemalloc/README => README (100%) rename jemalloc/autogen.sh => autogen.sh (100%) rename {jemalloc/bin => bin}/pprof (100%) rename jemalloc/config.guess => config.guess (100%) rename jemalloc/config.stamp.in => config.stamp.in (100%) rename jemalloc/config.sub => config.sub (100%) rename jemalloc/configure.ac => configure.ac (100%) rename {jemalloc/doc => doc}/html.xsl.in (100%) rename {jemalloc/doc => doc}/jemalloc.xml.in (100%) rename {jemalloc/doc => doc}/manpages.xsl.in (100%) rename {jemalloc/doc => doc}/stylesheet.xsl (100%) rename {jemalloc/include => include}/jemalloc/internal/arena.h (100%) rename {jemalloc/include => include}/jemalloc/internal/atomic.h (100%) rename {jemalloc/include => include}/jemalloc/internal/base.h (100%) rename {jemalloc/include => include}/jemalloc/internal/bitmap.h (100%) rename {jemalloc/include => include}/jemalloc/internal/chunk.h (100%) rename {jemalloc/include => include}/jemalloc/internal/chunk_dss.h (100%) rename {jemalloc/include => include}/jemalloc/internal/chunk_mmap.h (100%) rename {jemalloc/include => include}/jemalloc/internal/chunk_swap.h (100%) rename {jemalloc/include => include}/jemalloc/internal/ckh.h (100%) rename {jemalloc/include => include}/jemalloc/internal/ctl.h (100%) rename {jemalloc/include => include}/jemalloc/internal/extent.h (100%) rename {jemalloc/include => include}/jemalloc/internal/hash.h (100%) rename {jemalloc/include => include}/jemalloc/internal/huge.h (100%) rename {jemalloc/include => include}/jemalloc/internal/jemalloc_internal.h.in (100%) rename {jemalloc/include => include}/jemalloc/internal/mb.h (100%) rename {jemalloc/include => include}/jemalloc/internal/mutex.h (100%) rename {jemalloc/include => include}/jemalloc/internal/prn.h (100%) rename {jemalloc/include => include}/jemalloc/internal/prof.h (100%) rename {jemalloc/include => include}/jemalloc/internal/ql.h (100%) rename {jemalloc/include => include}/jemalloc/internal/qr.h (100%) rename {jemalloc/include => include}/jemalloc/internal/rb.h (100%) rename {jemalloc/include => include}/jemalloc/internal/rtree.h (100%) rename {jemalloc/include => include}/jemalloc/internal/stats.h (100%) rename {jemalloc/include => include}/jemalloc/internal/tcache.h (100%) rename {jemalloc/include => include}/jemalloc/internal/zone.h (100%) rename {jemalloc/include => include}/jemalloc/jemalloc.h.in (100%) rename {jemalloc/include => include}/jemalloc/jemalloc_defs.h.in (100%) rename jemalloc/install-sh => install-sh (100%) rename {jemalloc/src => src}/arena.c (100%) rename {jemalloc/src => src}/atomic.c (100%) rename {jemalloc/src => src}/base.c (100%) rename {jemalloc/src => src}/bitmap.c (100%) rename {jemalloc/src => src}/chunk.c (100%) rename {jemalloc/src => src}/chunk_dss.c (100%) rename {jemalloc/src => src}/chunk_mmap.c (100%) rename {jemalloc/src => src}/chunk_swap.c (100%) rename {jemalloc/src => src}/ckh.c (100%) rename {jemalloc/src => src}/ctl.c (100%) rename {jemalloc/src => src}/extent.c (100%) rename {jemalloc/src => src}/hash.c (100%) rename {jemalloc/src => src}/huge.c (100%) rename {jemalloc/src => src}/jemalloc.c (100%) rename {jemalloc/src => src}/mb.c (100%) rename {jemalloc/src => src}/mutex.c (100%) rename {jemalloc/src => src}/prof.c (100%) rename {jemalloc/src => src}/rtree.c (100%) rename {jemalloc/src => src}/stats.c (100%) rename {jemalloc/src => src}/tcache.c (100%) rename {jemalloc/src => src}/zone.c (100%) rename {jemalloc/test => test}/allocated.c (100%) rename {jemalloc/test => test}/allocated.exp (100%) rename {jemalloc/test => test}/allocm.c (100%) rename {jemalloc/test => test}/allocm.exp (100%) rename {jemalloc/test => test}/bitmap.c (100%) rename {jemalloc/test => test}/bitmap.exp (100%) rename {jemalloc/test => test}/jemalloc_test.h.in (100%) rename {jemalloc/test => test}/mremap.c (100%) rename {jemalloc/test => test}/mremap.exp (100%) rename {jemalloc/test => test}/posix_memalign.c (100%) rename {jemalloc/test => test}/posix_memalign.exp (100%) rename {jemalloc/test => test}/rallocm.c (100%) rename {jemalloc/test => test}/rallocm.exp (100%) rename {jemalloc/test => test}/thread_arena.c (100%) rename {jemalloc/test => test}/thread_arena.exp (100%) 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