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

Protected virtual method that copies memory from the allocator's address space to the host address space.

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