Searched refs:copyBytes (Results 1 – 1 of 1) sorted by relevance
45 size_t copyBytes = size * elementSize; in copy_array() local46 mBuffer = memoryAlloc(copyBytes); in copy_array()49 memcpy(mBuffer, buffer, copyBytes); in copy_array()