Searched refs:copy_buff (Results 1 – 1 of 1) sorted by relevance
48 char *copy_buff; member111 mine->copy_buff = malloc(mine->copy_buff_size); in read_open_memory_internal()112 memset(mine->copy_buff, 0xA5, mine->copy_buff_size); in read_open_memory_internal()153 memset(mine->copy_buff, 0xA5, mine->copy_buff_size); in memory_read()154 memcpy(mine->copy_buff + mine->copy_buff_offset, mine->p, size); in memory_read()155 *buff = mine->copy_buff + mine->copy_buff_offset; in memory_read()219 free(mine->copy_buff); in memory_read_close()