Jemalloc的编译安装 一、代码下载 未打包的开发源代码下载 git clone --branch 5.3.0 https://github.com/jemalloc/jemalloc.git cd jemalloc 打包好的源代码下载 wget https://github.com/jemalloc/jemalloc/archive/5.3.0.tar.gz tar xzvf 5.3