]> git.saurik.com Git - redis.git/commit
Jemalloc updated to version 3.2.0.
authorantirez <antirez@gmail.com>
Wed, 28 Nov 2012 17:39:35 +0000 (18:39 +0100)
committerantirez <antirez@gmail.com>
Wed, 28 Nov 2012 17:39:35 +0000 (18:39 +0100)
commit7383c3b12920c6ae20f7c64c5db92f59e2b02aa5
treeb7d32af471dcaa47435006277702c814adaaf7ac
parentdee0b939fcd6650edfd8705f0685cd8430750085
Jemalloc updated to version 3.2.0.
40 files changed:
deps/jemalloc/.gitignore
deps/jemalloc/ChangeLog
deps/jemalloc/Makefile.in
deps/jemalloc/VERSION
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/chunk.h
deps/jemalloc/include/jemalloc/internal/chunk_dss.h
deps/jemalloc/include/jemalloc/internal/chunk_mmap.h
deps/jemalloc/include/jemalloc/internal/ctl.h
deps/jemalloc/include/jemalloc/internal/extent.h
deps/jemalloc/include/jemalloc/internal/huge.h
deps/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in
deps/jemalloc/include/jemalloc/internal/private_namespace.h
deps/jemalloc/include/jemalloc/internal/prof.h
deps/jemalloc/include/jemalloc/internal/rtree.h
deps/jemalloc/include/jemalloc/jemalloc.h.in
deps/jemalloc/include/jemalloc/jemalloc_defs.h.in
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/ctl.c
deps/jemalloc/src/huge.c
deps/jemalloc/src/jemalloc.c
deps/jemalloc/src/mutex.c
deps/jemalloc/src/prof.c
deps/jemalloc/src/rtree.c
deps/jemalloc/src/stats.c
deps/jemalloc/src/tcache.c
deps/jemalloc/src/util.c
deps/jemalloc/src/zone.c
deps/jemalloc/test/ALLOCM_ARENA.c [new file with mode: 0644]
deps/jemalloc/test/ALLOCM_ARENA.exp [new file with mode: 0644]
deps/jemalloc/test/thread_arena.c