Skip to content

Commit

Permalink
Upgrade to jemalloc 5.3.0
Browse files Browse the repository at this point in the history
* Regenerate configure script sccording to deps/README
* update iget_defrag_hint by following changes to arena_dalloc_no_tcache
  • Loading branch information
oranagra committed May 1, 2023
1 parent b8beda3 commit 0897c8a
Show file tree
Hide file tree
Showing 4 changed files with 5,920 additions and 3,240 deletions.
2 changes: 1 addition & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ endif

jemalloc: .make-prerequisites
@printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR)
cd jemalloc && ./configure --disable-cxx --with-version=5.2.1-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" $(JEMALLOC_CONFIGURE_OPTS)
cd jemalloc && ./configure --disable-cxx --with-version=5.3.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" $(JEMALLOC_CONFIGURE_OPTS)
cd jemalloc && $(MAKE) lib/libjemalloc.a

.PHONY: jemalloc
2 changes: 1 addition & 1 deletion deps/jemalloc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.1-0-g0
5.3.0-0-g0
Loading

0 comments on commit 0897c8a

Please sign in to comment.