|
Zen API
|
| kStatus kCopyItems | ( | kType | type, |
| kAlloc | destAlloc, | ||
| void * | dest, | ||
| kAlloc | srcAlloc, | ||
| const void * | src, | ||
| kSize | count, | ||
| kObject | context | ||
| ) |
Performs a shallow copy of a generic array of items.
Values and/or object handles are copied.
| type | Item type. |
| destAlloc | Destination memory allocator. |
| dest | Destination array of items. |
| srcAlloc | Source memory allocator. |
| src | Source array of items. |
| count | Count of items. |
| context | Context for copy operation (allocator specific; may be required by some foreign domain allocators). |