Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kAlloc kObject_Alloc ( kObject  object)

Gets the memory allocator associated with this object.

Most objects are constructed with an allocator, which is used to allocate the memory required by the object. Objects retain a reference to this allocator to enable further allocations and to free memory when the object is destroyed.

Parameters
objectObject.
Returns
Memory allocator.
See also
kAlloc