Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Some programs do not use jemalloc #18

Open
jensen-yan opened this issue Nov 11, 2024 · 0 comments
Open

Some programs do not use jemalloc #18

jensen-yan opened this issue Nov 11, 2024 · 0 comments

Comments

@jensen-yan
Copy link
Contributor

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant