Skip to content

Commit

Permalink
Upgrade to jemalloc 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Jun 25, 2016
1 parent f99e1cb commit eb73be0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ architecture.txt
#jemalloc source
deps/jemalloc/jemalloc-3.6.0/
deps/jemalloc/jemalloc-4.1.0/
deps/jemalloc/jemalloc-4.2.1/

#libdaemon
deps/libdaemon/libdaemon-0.14/
Expand Down
4 changes: 2 additions & 2 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ libevent/libevent/.libs/libevent.a:
libevent: libevent/libevent/.libs/libevent.a

jemalloc/jemalloc/lib/libjemalloc.a:
cd jemalloc && rm -rf jemalloc-4.1.0
cd jemalloc && tar -jxf jemalloc-4.1.0.tar.bz2
cd jemalloc && rm -rf jemalloc-4.2.1
cd jemalloc && tar -jxf jemalloc-4.2.1.tar.bz2
cd jemalloc/jemalloc && ./configure --enable-xmalloc
cd jemalloc/jemalloc && CC=${CC} CXX=${CXX} ${MAKE}

Expand Down
2 changes: 1 addition & 1 deletion deps/jemalloc/jemalloc
Binary file removed deps/jemalloc/jemalloc-4.1.0.tar.bz2
Binary file not shown.
Binary file added deps/jemalloc/jemalloc-4.2.1.tar.bz2
Binary file not shown.

0 comments on commit eb73be0

Please sign in to comment.