Searched refs:vt_copy (Results 1 – 1 of 1) sorted by relevance
23 struct profile_vtable *vt_copy; in init_module() local40 vt_copy = malloc(sizeof(*vt_copy)); in init_module()41 if (!vt_copy) { in init_module()47 *vt_copy = *vtable; in init_module()49 profile->vt = vt_copy; in init_module()