Searched refs:new_snapshot_list (Results 1 – 1 of 1) sorted by relevance
640 QCowSnapshot *new_snapshot_list = NULL; in qcow2_snapshot_create() local718 new_snapshot_list = g_new(QCowSnapshot, s->nb_snapshots + 1); in qcow2_snapshot_create()720 memcpy(new_snapshot_list, s->snapshots, in qcow2_snapshot_create()724 s->snapshots = new_snapshot_list; in qcow2_snapshot_create()