© 1999-2048 dssz.net 粤ICP备11031372号
[Linux] tcmalloc源代码及编译安装教程
说明:安装tcmalloc所需的源代码,和完整编译安装应用过程。 unzip tcmalloc.zip tar -zxvf gperftools-2.1.tar.gz cd gperftools-2.1 ./configure --disable-cpu-profiler --disable-heap-profiler --disable-heap-checker --disable-debugalloc --enable-minimal make -j4 make install<TaiJi1985> 上传 | 大小:2mb