Function re_memory::accounting_allocator::set_tracking_callstacks
source · 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
.