Skip to content

Commit 75df374

Browse files
chore(deps): bump jemalloc to 5.3.1 (#3451)
Bump jemalloc to 5.3.1 (use jemalloc repo again, see full changelog: https://github.com/jemalloc/jemalloc/releases/tag/5.3.1) Lot of bugfix, portability improvements and optimizations. Co-authored-by: Twice <twice.mliu@gmail.com>
1 parent 37140d6 commit 75df374

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/jemalloc.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ endif()
3232
include(cmake/utils.cmake)
3333

3434
FetchContent_DeclareGitHubWithMirror(jemalloc
35-
facebook/jemalloc 5.3.0
36-
SHA1=1be8fdba021e9d6ed201e7d6a3c464b2223fc927
35+
jemalloc/jemalloc 5.3.1
36+
MD5=d421650ffe4b9e0ec463a9c26135f657
3737
)
3838

3939
FetchContent_GetProperties(jemalloc)

0 commit comments

Comments
 (0)