The annotated tag vendor/jemalloc/5.3.0 has been created by imp: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/jemalloc/5.3.0
tag vendor/jemalloc/5.3.0 Tagger: Warner Losh <i...@freebsd.org> TaggerDate: 2025-08-11 21:06:07 +0000 Tag jemalloc 5.3.0 and bring in 5.3.0 vendor branch update. commit 48ec896efb0b78141df004eaa21288b84590c9da Author: Warner Losh <i...@freebsd.org> AuthorDate: 2025-02-05 23:20:13 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2025-02-05 23:20:13 +0000 jemalloc: Import 5.3.0 54eaed1d8b56b1aa528be3bdd1877e59c56fa90c Import jemalloc 5.3.0. This import changes how manage the jemalloc vendor branch (which was just started anyway). Starting with 5.3.0, we import a clean tree from the upstream github, removing all the old files that are no longer upstream, or that we've kept around for some reason. We do this because we merge from this raw version of jemalloc into the FreeBSD contrib/jemalloc, then we run autogen stuff, generate all the generated .h files with gmake, then finally remove much of the generated files in contrib/jemalloc using an update script. Sponsored by: Netflix