void memory_array::set(const memory_array &helper) { set(helper.base(), helper.bytes(), helper.membits(), helper.endianness(), helper.bytes_per_entry()); }
void memory_array::set(const memory_array &array) { set(array.base(), array.bytes(), array.membits(), array.endianness(), array.bytes_per_entry()); }