|
Zen API
|
| kStatus kDebugAlloc_Construct | ( | kDebugAlloc * | object, |
| const kChar * | name, | ||
| kAlloc | allocator | ||
| ) |
Constructs a new kDebugAlloc allocator.
| object | Receives the constructed kDebugAlloc object. |
| name | Descriptive name for this memory allocator. |
| allocator | Memory allocator to use for internal allocations (or kNULL for default). |