Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kAlloc_Export ( kAlloc  alloc,
void *  dest,
const void *  src,
kSize  size 
)
protected

Copies memory from the allocator's address space to the host address space.

Parameters
allocAllocator associated with source memory.
destDestination for the memory copy (host memory domain).
srcSource for the memory copy.
sizeSize of memory block to be copied, in bytes.
Returns
Operation status.