Skip to content

Commit b179964

Browse files
ShaurenOvahlord
authored andcommitted
Dep/jemalloc: Update to 5.3.0
Closes #31684 (cherry picked from commit ec31dc8d3ce302e42c26359adc894bd736a45fb2)
1 parent 44ed223 commit b179964

194 files changed

Lines changed: 28436 additions & 12444 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dep/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ if(SERVERS OR TOOLS)
1616
add_subdirectory(bzip2)
1717
add_subdirectory(g3dlite)
1818
add_subdirectory(recastnavigation)
19-
add_subdirectory(jemalloc)
2019
add_subdirectory(fmt)
2120
add_subdirectory(PCG)
2221
add_subdirectory(utf8cpp)
2322
add_subdirectory(valgrind)
2423
add_subdirectory(openssl)
24+
if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT NOJEM)
25+
add_subdirectory(jemalloc)
26+
endif()
2527
endif()
2628

2729
if(SERVERS)

dep/PackageList.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ gSOAP (a portable development toolkit for C and C++ XML Web services and XML dat
3333
Version: 2.8.117
3434

3535
jemalloc (a general-purpose scalable concurrent malloc-implementation)
36-
http://www.canonware.com/jemalloc/
37-
Version: 5.2.1
36+
https://github.com/jemalloc/jemalloc
37+
Version: 5.3.0
3838

3939
libMPQ (a library for reading MPQ files)
4040
https://github.com/mbroemme/libmpq/

0 commit comments

Comments
 (0)