Relative Content

Tag Archive for c++jemalloc

jeprof got stuck when handling dumped heap files

I want to profile memory allocation of my program. So I compile with JEMALLOC_PROF=1 and JEMALLOC_PROF_LIBUNWIND=1, and run with export MALLOC_CONF="prof:true,prof_active:true,lg_prof_interval:25".