|
Zen API
|
| kStatus kBackTrace_Construct | ( | kBackTrace * | trace, |
| kAlloc | allocator | ||
| ) |
Constructs a kBackTrace object.
The constructed back trace object will be initially empty; use the Capture method to acquire trace information.
| trace | Receives constructed back trace object. |
| allocator | Memory allocator (or kNULL for default). |