Module rerun::external::re_memory::accounting_allocator
source · Expand description
Track allocations and memory use.
Structs§
- Install this as the global allocator to get memory usage tracking.
Functions§
- Total number of live allocations, and the number of live bytes allocated as tracked by
AccountingAllocator
. - Are we doing (slightly expensive) tracking of the callstacks of large allocations?
- Should we do (slightly expensive) tracking of the callstacks of large allocations?
- Gather statistics from the live tracking, if enabled.
- Turn on callstack tracking (slightly expensive) if a given env-var is set.