defaultTraceDeallocator

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.

nothrow
void
defaultTraceDeallocator
(
Throwable.TraceInfo info
)

Parameters

info Throwable.TraceInfo

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

Meta