pub fn set_tracking_callstacks(track: bool)
Expand description
Should we do (slightly expensive) tracking of the callstacks of large allocations?
See also turn_on_tracking_if_env_var
.
Requires that you have installed the AccountingAllocator
.
pub fn set_tracking_callstacks(track: bool)
Should we do (slightly expensive) tracking of the callstacks of large allocations?
See also turn_on_tracking_if_env_var
.
Requires that you have installed the AccountingAllocator
.