]> git.saurik.com Git - redis.git/commit - deps/jemalloc/src/jemalloc.c
Jemalloc updated to 3.0.0.
authorantirez <antirez@gmail.com>
Tue, 15 May 2012 13:27:12 +0000 (15:27 +0200)
committerantirez <antirez@gmail.com>
Wed, 16 May 2012 09:20:44 +0000 (11:20 +0200)
commit4934f93dfb30c93a1636e3227584e791cd062bfb
treee9638d1b4ec236754b01cc42023eddb3b208a551
parent14beba7868048bab2233066f18e08c18b8d7afea
Jemalloc updated to 3.0.0.

Full changelog here:

http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git;a=blob_plain;f=ChangeLog;hb=master

Notable improvements from the point of view of Redis:

1) Bugfixing.
2) Support for Valgrind.
3) Support for OSX Lion, FreeBSD.
161 files changed:
deps/jemalloc.orig/.gitignore [new file with mode: 0644]
deps/jemalloc.orig/COPYING [new file with mode: 0644]
deps/jemalloc.orig/ChangeLog [new file with mode: 0644]
deps/jemalloc.orig/INSTALL [new file with mode: 0644]
deps/jemalloc.orig/Makefile.in [new file with mode: 0644]
deps/jemalloc.orig/README [new file with mode: 0644]
deps/jemalloc.orig/autogen.sh [new file with mode: 0755]
deps/jemalloc.orig/bin/pprof [new file with mode: 0755]
deps/jemalloc.orig/config.guess [new file with mode: 0755]
deps/jemalloc.orig/config.stamp.in [new file with mode: 0644]
deps/jemalloc.orig/config.sub [new file with mode: 0755]
deps/jemalloc.orig/configure.ac [new file with mode: 0644]
deps/jemalloc.orig/doc/html.xsl.in [new file with mode: 0644]
deps/jemalloc.orig/doc/jemalloc.xml.in [new file with mode: 0644]
deps/jemalloc.orig/doc/manpages.xsl.in [new file with mode: 0644]
deps/jemalloc.orig/doc/stylesheet.xsl [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/arena.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/atomic.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/base.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/bitmap.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/chunk.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/chunk_dss.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/chunk_mmap.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/chunk_swap.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/ckh.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/ctl.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/extent.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/hash.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/huge.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/jemalloc_internal.h.in [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/mb.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/mutex.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/private_namespace.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/prn.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/prof.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/ql.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/qr.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/rb.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/rtree.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/stats.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/tcache.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/internal/zone.h [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/jemalloc.h.in [new file with mode: 0644]
deps/jemalloc.orig/include/jemalloc/jemalloc_defs.h.in [new file with mode: 0644]
deps/jemalloc.orig/install-sh [new file with mode: 0755]
deps/jemalloc.orig/src/arena.c [new file with mode: 0644]
deps/jemalloc.orig/src/atomic.c [new file with mode: 0644]
deps/jemalloc.orig/src/base.c [new file with mode: 0644]
deps/jemalloc.orig/src/bitmap.c [new file with mode: 0644]
deps/jemalloc.orig/src/chunk.c [new file with mode: 0644]
deps/jemalloc.orig/src/chunk_dss.c [new file with mode: 0644]
deps/jemalloc.orig/src/chunk_mmap.c [new file with mode: 0644]
deps/jemalloc.orig/src/chunk_swap.c [new file with mode: 0644]
deps/jemalloc.orig/src/ckh.c [new file with mode: 0644]
deps/jemalloc.orig/src/ctl.c [new file with mode: 0644]
deps/jemalloc.orig/src/extent.c [new file with mode: 0644]
deps/jemalloc.orig/src/hash.c [new file with mode: 0644]
deps/jemalloc.orig/src/huge.c [new file with mode: 0644]
deps/jemalloc.orig/src/jemalloc.c [new file with mode: 0644]
deps/jemalloc.orig/src/mb.c [new file with mode: 0644]
deps/jemalloc.orig/src/mutex.c [new file with mode: 0644]
deps/jemalloc.orig/src/prof.c [new file with mode: 0644]
deps/jemalloc.orig/src/rtree.c [new file with mode: 0644]
deps/jemalloc.orig/src/stats.c [new file with mode: 0644]
deps/jemalloc.orig/src/tcache.c [new file with mode: 0644]
deps/jemalloc.orig/src/zone.c [new file with mode: 0644]
deps/jemalloc.orig/test/allocated.c [new file with mode: 0644]
deps/jemalloc.orig/test/allocated.exp [new file with mode: 0644]
deps/jemalloc.orig/test/allocm.c [new file with mode: 0644]
deps/jemalloc.orig/test/allocm.exp [new file with mode: 0644]
deps/jemalloc.orig/test/bitmap.c [new file with mode: 0644]
deps/jemalloc.orig/test/bitmap.exp [new file with mode: 0644]
deps/jemalloc.orig/test/mremap.c [new file with mode: 0644]
deps/jemalloc.orig/test/mremap.exp [new file with mode: 0644]
deps/jemalloc.orig/test/posix_memalign.c [new file with mode: 0644]
deps/jemalloc.orig/test/posix_memalign.exp [new file with mode: 0644]
deps/jemalloc.orig/test/rallocm.c [new file with mode: 0644]
deps/jemalloc.orig/test/rallocm.exp [new file with mode: 0644]
deps/jemalloc.orig/test/thread_arena.c [new file with mode: 0644]
deps/jemalloc.orig/test/thread_arena.exp [new file with mode: 0644]
deps/jemalloc/.gitignore
deps/jemalloc/COPYING
deps/jemalloc/ChangeLog
deps/jemalloc/INSTALL
deps/jemalloc/Makefile.in
deps/jemalloc/README
deps/jemalloc/VERSION
deps/jemalloc/bin/jemalloc.sh.in [new file with mode: 0644]
deps/jemalloc/bin/pprof
deps/jemalloc/config.guess
deps/jemalloc/config.sub
deps/jemalloc/configure
deps/jemalloc/configure.ac
deps/jemalloc/doc/jemalloc.3
deps/jemalloc/doc/jemalloc.html
deps/jemalloc/doc/jemalloc.xml.in
deps/jemalloc/include/jemalloc/internal/arena.h
deps/jemalloc/include/jemalloc/internal/atomic.h
deps/jemalloc/include/jemalloc/internal/base.h
deps/jemalloc/include/jemalloc/internal/chunk.h
deps/jemalloc/include/jemalloc/internal/chunk_dss.h
deps/jemalloc/include/jemalloc/internal/chunk_mmap.h
deps/jemalloc/include/jemalloc/internal/chunk_swap.h [deleted file]
deps/jemalloc/include/jemalloc/internal/ckh.h
deps/jemalloc/include/jemalloc/internal/ctl.h
deps/jemalloc/include/jemalloc/internal/extent.h
deps/jemalloc/include/jemalloc/internal/hash.h
deps/jemalloc/include/jemalloc/internal/huge.h
deps/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in
deps/jemalloc/include/jemalloc/internal/mb.h
deps/jemalloc/include/jemalloc/internal/mutex.h
deps/jemalloc/include/jemalloc/internal/private_namespace.h
deps/jemalloc/include/jemalloc/internal/prn.h [deleted file]
deps/jemalloc/include/jemalloc/internal/prng.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/prof.h
deps/jemalloc/include/jemalloc/internal/quarantine.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/rb.h
deps/jemalloc/include/jemalloc/internal/size_classes.sh [new file with mode: 0755]
deps/jemalloc/include/jemalloc/internal/stats.h
deps/jemalloc/include/jemalloc/internal/tcache.h
deps/jemalloc/include/jemalloc/internal/tsd.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/util.h [new file with mode: 0644]
deps/jemalloc/include/jemalloc/internal/zone.h [deleted file]
deps/jemalloc/include/jemalloc/jemalloc.h.in
deps/jemalloc/include/jemalloc/jemalloc_defs.h.in
deps/jemalloc/include/msvc_compat/inttypes.h [new file with mode: 0644]
deps/jemalloc/include/msvc_compat/stdbool.h [new file with mode: 0644]
deps/jemalloc/include/msvc_compat/stdint.h [new file with mode: 0644]
deps/jemalloc/include/msvc_compat/strings.h [new file with mode: 0644]
deps/jemalloc/src/arena.c
deps/jemalloc/src/base.c
deps/jemalloc/src/chunk.c
deps/jemalloc/src/chunk_dss.c
deps/jemalloc/src/chunk_mmap.c
deps/jemalloc/src/chunk_swap.c [deleted file]
deps/jemalloc/src/ckh.c
deps/jemalloc/src/ctl.c
deps/jemalloc/src/extent.c
deps/jemalloc/src/huge.c
deps/jemalloc/src/jemalloc.c
deps/jemalloc/src/mutex.c
deps/jemalloc/src/prof.c
deps/jemalloc/src/quarantine.c [new file with mode: 0644]
deps/jemalloc/src/stats.c
deps/jemalloc/src/tcache.c
deps/jemalloc/src/tsd.c [new file with mode: 0644]
deps/jemalloc/src/util.c [new file with mode: 0644]
deps/jemalloc/src/zone.c
deps/jemalloc/test/aligned_alloc.c [new file with mode: 0644]
deps/jemalloc/test/aligned_alloc.exp [new file with mode: 0644]
deps/jemalloc/test/allocated.c
deps/jemalloc/test/allocm.c
deps/jemalloc/test/bitmap.c
deps/jemalloc/test/jemalloc_test.h.in
deps/jemalloc/test/mremap.c
deps/jemalloc/test/posix_memalign.c
deps/jemalloc/test/rallocm.c
deps/jemalloc/test/thread_arena.c
deps/jemalloc/test/thread_tcache_enabled.c [new file with mode: 0644]
deps/jemalloc/test/thread_tcache_enabled.exp [new file with mode: 0644]
src/zmalloc.h