上传者: TaiJi1985
|
上传时间: 2021-11-17 14:53:42
|
文件大小: 2.31MB
|
文件类型: -
安装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