We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: