Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/jemalloc 5.0.1 #2991

Merged
merged 6 commits into from
Aug 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 4 additions & 2 deletions 3rdParty/jemalloc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(jemalloc C)
include(ExternalProject)

# set version and paths
set(JEMALLOC_VERSION "4.5.0")
set(JEMALLOC_VERSION "5.0.1")
# set(JEMALLOC_VERSION "3.6.0")
set(JEMALLOC_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/v${JEMALLOC_VERSION}")
set(JEMALLOC_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/v${JEMALLOC_VERSION}")
Expand Down Expand Up @@ -58,8 +58,8 @@ if (LINUX OR DARWIN)
CXX=${JEMALLOC_CXX_TMP}
CFLAGS=${JEMALLOC_CFLAGS_TMP}
CXXFLAGS=${JEMALLOC_CXXFLAGS_TMP}
--enable-munmap
--prefix=${CMAKE_CURRENT_BINARY_DIR}
--with-malloc-conf=background_thread:true
--with-version=${JEMALLOC_VERSION}-0-g0
BUILD_COMMAND
make build_lib_static
Expand All @@ -70,4 +70,6 @@ if (LINUX OR DARWIN)
&& mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/lib
&& cp -a ${JEMALLOC_BINARY_DIR}/lib/libjemalloc.a ${CMAKE_CURRENT_BINARY_DIR}/lib
)

set(JEMALLOC_LIB "${JEMALLOC_BINARY_DIR}/lib/libjemalloc.a" PARENT_SCOPE)
endif ()
72 changes: 0 additions & 72 deletions 3rdParty/jemalloc/v3.6.0/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions 3rdParty/jemalloc/v3.6.0/COPYING

This file was deleted.

Loading