]> git.saurik.com Git - redis.git/commit - deps/jemalloc/test/bitmap.c
jemalloc source added
authorantirez <antirez@gmail.com>
Mon, 9 May 2011 08:52:55 +0000 (10:52 +0200)
committerantirez <antirez@gmail.com>
Mon, 20 Jun 2011 09:30:06 +0000 (11:30 +0200)
commita78e148b7d12a8c46b0a4686a9b0a3e8e054261c
treee6317a5a2f11b50a26bfb452d4d3671f67b524ac
parent07486df6fecae97b02171bba86f51d5df0a94cb5
jemalloc source added
83 files changed:
deps/jemalloc/COPYING [new file with mode: 0644]
deps/jemalloc/ChangeLog [new file with mode: 0644]
deps/jemalloc/INSTALL [new file with mode: 0644]
deps/jemalloc/Makefile.in [new file with mode: 0644]
deps/jemalloc/README [new file with mode: 0644]
deps/jemalloc/VERSION [new file with mode: 0644]
deps/jemalloc/autogen.sh [new file with mode: 0755]
deps/jemalloc/bin/pprof [new file with mode: 0755]
deps/jemalloc/config.guess [new file with mode: 0755]
deps/jemalloc/config.stamp.in [new file with mode: 0644]
deps/jemalloc/config.sub [new file with mode: 0755]
deps/jemalloc/configure [new file with mode: 0755]
deps/jemalloc/configure.ac [new file with mode: 0644]
deps/jemalloc/doc/html.xsl.in [new file with mode: 0644]
deps/jemalloc/doc/jemalloc.3 [new file with mode: 0644]
deps/jemalloc/doc/jemalloc.html [new file with mode: 0644]
deps/jemalloc/doc/jemalloc.xml.in [new file with mode: 0644]
deps/jemalloc/doc/manpages.xsl.in [new file with mode: 0644]
deps/jemalloc/doc/stylesheet.xsl [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/arena.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/atomic.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/base.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/bitmap.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/chunk.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/chunk_dss.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/chunk_mmap.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/chunk_swap.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/ckh.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/ctl.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/extent.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/hash.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/huge.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/mb.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/mutex.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/prn.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/prof.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/ql.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/qr.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/rb.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/rtree.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/stats.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/tcache.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/zone.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/jemalloc.h.in [new file with mode: 0644]
deps/jemalloc/include/jemalloc/jemalloc_defs.h.in [new file with mode: 0644]
deps/jemalloc/install-sh [new file with mode: 0755]
deps/jemalloc/src/arena.c [new file with mode: 0644]
deps/jemalloc/src/atomic.c [new file with mode: 0644]
deps/jemalloc/src/base.c [new file with mode: 0644]
deps/jemalloc/src/bitmap.c [new file with mode: 0644]
deps/jemalloc/src/chunk.c [new file with mode: 0644]
deps/jemalloc/src/chunk_dss.c [new file with mode: 0644]
deps/jemalloc/src/chunk_mmap.c [new file with mode: 0644]
deps/jemalloc/src/chunk_swap.c [new file with mode: 0644]
deps/jemalloc/src/ckh.c [new file with mode: 0644]
deps/jemalloc/src/ctl.c [new file with mode: 0644]
deps/jemalloc/src/extent.c [new file with mode: 0644]
deps/jemalloc/src/hash.c [new file with mode: 0644]
deps/jemalloc/src/huge.c [new file with mode: 0644]
deps/jemalloc/src/jemalloc.c [new file with mode: 0644]
deps/jemalloc/src/mb.c [new file with mode: 0644]
deps/jemalloc/src/mutex.c [new file with mode: 0644]
deps/jemalloc/src/prof.c [new file with mode: 0644]
deps/jemalloc/src/rtree.c [new file with mode: 0644]
deps/jemalloc/src/stats.c [new file with mode: 0644]
deps/jemalloc/src/tcache.c [new file with mode: 0644]
deps/jemalloc/src/zone.c [new file with mode: 0644]
deps/jemalloc/test/allocated.c [new file with mode: 0644]
deps/jemalloc/test/allocated.exp [new file with mode: 0644]
deps/jemalloc/test/allocm.c [new file with mode: 0644]
deps/jemalloc/test/allocm.exp [new file with mode: 0644]
deps/jemalloc/test/bitmap.c [new file with mode: 0644]
deps/jemalloc/test/bitmap.exp [new file with mode: 0644]
deps/jemalloc/test/jemalloc_test.h.in [new file with mode: 0644]
deps/jemalloc/test/mremap.c [new file with mode: 0644]
deps/jemalloc/test/mremap.exp [new file with mode: 0644]
deps/jemalloc/test/posix_memalign.c [new file with mode: 0644]
deps/jemalloc/test/posix_memalign.exp [new file with mode: 0644]
deps/jemalloc/test/rallocm.c [new file with mode: 0644]
deps/jemalloc/test/rallocm.exp [new file with mode: 0644]
deps/jemalloc/test/thread_arena.c [new file with mode: 0644]
deps/jemalloc/test/thread_arena.exp [new file with mode: 0644]