Skip to content

Some programs do not use jemalloc #18

@jensen-yan

Description

@jensen-yan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions