Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vhbit committed Jun 12, 2014
1 parent c0a6f72 commit 9ece051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/compiler-rt
Submodule compiler-rt updated 820 files
2 changes: 1 addition & 1 deletion src/jemalloc
Submodule jemalloc updated 68 files
+4 −17 INSTALL
+10 −11 Makefile.in
+9 −0 bin/pprof
+2 −0 config.sub
+343 −238 configure
+110 −95 configure.ac
+146 −293 doc/jemalloc.xml.in
+188 −76 include/jemalloc/internal/arena.h
+1 −1 include/jemalloc/internal/base.h
+2 −2 include/jemalloc/internal/bitmap.h
+7 −3 include/jemalloc/internal/chunk.h
+1 −1 include/jemalloc/internal/chunk_mmap.h
+0 −5 include/jemalloc/internal/ctl.h
+3 −0 include/jemalloc/internal/extent.h
+4 −4 include/jemalloc/internal/hash.h
+5 −15 include/jemalloc/internal/huge.h
+38 −162 include/jemalloc/internal/jemalloc_internal.h.in
+60 −0 include/jemalloc/internal/jemalloc_internal_decls.h
+17 −10 include/jemalloc/internal/jemalloc_internal_defs.h.in
+6 −0 include/jemalloc/internal/jemalloc_internal_macros.h
+26 −9 include/jemalloc/internal/private_symbols.txt
+78 −166 include/jemalloc/internal/prof.h
+205 −61 include/jemalloc/internal/size_classes.sh
+5 −0 include/jemalloc/internal/stats.h
+8 −44 include/jemalloc/internal/tcache.h
+75 −0 include/jemalloc/internal/util.h
+112 −0 include/jemalloc/internal/valgrind.h
+0 −3 include/jemalloc/jemalloc_defs.h.in
+0 −17 include/jemalloc/jemalloc_macros.h.in
+2 −11 include/jemalloc/jemalloc_protos.h.in
+0 −0 include/msvc_compat/C99/inttypes.h
+0 −0 include/msvc_compat/C99/stdbool.h
+0 −0 include/msvc_compat/C99/stdint.h
+206 −121 src/arena.c
+6 −13 src/base.c
+111 −58 src/chunk.c
+12 −11 src/chunk_dss.c
+6 −3 src/chunk_mmap.c
+88 −61 src/ctl.c
+23 −102 src/huge.c
+106 −199 src/jemalloc.c
+87 −59 src/prof.c
+1 −1 src/quarantine.c
+2 −2 src/rtree.c
+13 −16 src/stats.c
+40 −0 src/tcache.c
+5 −3 src/util.c
+34 −0 src/valgrind.c
+1 −0 test/include/test/jemalloc_test_defs.h.in
+193 −193 test/include/test/test.h
+16 −5 test/integration/MALLOCX_ARENA.c
+0 −107 test/integration/allocm.c
+58 −0 test/integration/chunk.c
+0 −45 test/integration/mremap.c
+0 −111 test/integration/rallocm.c
+5 −3 test/integration/rallocx.c
+1 −1 test/src/SFMT.c
+4 −0 test/src/mtx.c
+16 −3 test/src/test.c
+5 −1 test/src/thd.c
+1,000 −1,000 test/unit/SFMT.c
+2 −2 test/unit/hash.c
+3 −6 test/unit/junk.c
+16 −19 test/unit/mallctl.c
+6 −0 test/unit/math.c
+1 −1 test/unit/mq.c
+15 −11 test/unit/stats.c
+49 −49 test/unit/util.c

0 comments on commit 9ece051

Please sign in to comment.