pub fn turn_on_tracking_if_env_var(env_var: &str)
Expand description
Turn on callstack tracking (slightly expensive) if a given env-var is set.
See also set_tracking_callstacks
.
Requires that you have installed the AccountingAllocator
.
pub fn turn_on_tracking_if_env_var(env_var: &str)
Turn on callstack tracking (slightly expensive) if a given env-var is set.
See also set_tracking_callstacks
.
Requires that you have installed the AccountingAllocator
.