defaultTraceDeallocator
fn
void defaultTraceDeallocator(Throwable.TraceInfo info) nothrowDeallocate a traceinfo generated by deaultTraceHander.
Call this function on a TraceInfo generated via defaultTraceHandler when you are done with it. If necessary, this cleans up any manually managed resources from the TraceInfo, and invalidates it. After this, the object is no longer valid.
Parameters
info | The TraceInfo to deallocate. This should only be a value that was returned by defaultTraceHandler. |