Zen API
|
Protected method called by derived classes to allocate memory using the object's allocator.
This method is provided for convenience; alternatively, the allocator provided by kObject_Alloc can also be used directly.
object | Object instance. |
size | Size of memory to allocate, in bytes. |
mem | Receives pointer to allocated memory (pointer to a pointer). |