Zen API
|
kStatus kPoolAlloc_Construct | ( | kPoolAlloc * | object, |
kAlloc | allocator | ||
) |
Constructs a kPoolAlloc object.
The 'allocator' argument specifies the underlying memory allocator used by this kPoolAlloc instance to satisfy memory requests.
object | Destination for the constructed object handle. |
allocator | Memory allocator (or kNULL for default). |