Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kDebugAlloc_Construct ( kDebugAlloc object,
const kChar name,
kAlloc  innerAlloc,
kAlloc  allocator 
)

Constructs a new kDebugAlloc allocator.

Parameters
objectReceives the constructed kDebugAlloc object.
nameDescriptive name for this memory allocator (or kNULL for none).
innerAllocMemory allocator to use for target allocations.
allocatorMemory allocator to use for this object itself (or kNULL for default).
Returns
Operation status.