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