Expand description
jemalloc
’s run-time configuration for profiling-specific settings.
These settings are controlled by the MALLOC_CONF
environment variable.
Structs§
- lg_
prof_ interval - Average interval (log base 2) between memory profile dumps, as measured in bytes of allocation activity.
- lg_
prof_ interval_ mib - See
lg_prof_interval
. - lg_
prof_ sample - Average interval (log base 2) between allocation samples, as measured in bytes of allocation activity. Increasing the sampling interval decreases profile fidelity, but also decreases the computational overhead.
- lg_
prof_ sample_ mib - See
lg_prof_sample
. - prof
- Memory profiling enabled/disabled.
- prof_
final - Use an atexit(3) function to dump final memory usage to a file named according to the pattern <prefix>.<pid>.<seq>.f.heap, where <prefix> is controlled by the opt.prof_prefix and prof.prefix options.
- prof_
final_ mib - See
prof_final
. - prof_
leak - Leak reporting enabled/disabled.
- prof_
leak_ mib - See
prof_leak
. - prof_
mib - See
prof
.