defaultTraceDeallocator

fnvoid defaultTraceDeallocator(Throwable.TraceInfo info) nothrow

Deallocate 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

infoThe TraceInfo to deallocate. This should only be a value that was returned by defaultTraceHandler.