When I use jemalloc, total 29 programs, only 7 programs use jemalloc
cd /nfs/share/zyy/spec06_rv64gcb_O3_20m_gcc12.2.0-intFpcOff-jeMalloc/elf
for file in *_base.riscv64-linux-gnu-gcc12.2.0; do echo "=== $file ==="; riscv64-unknown-linux-gnu-nm "$file" | grep -i je_malloc; done
including astar, dealII, namd, omnetpp, povray, soplex, xalancbmk
use je_malloc, others do not use.
When I use jemalloc, total 29 programs, only 7 programs use jemalloc
including astar, dealII, namd, omnetpp, povray, soplex, xalancbmk
use je_malloc, others do not use.