Home | History | Annotate | Download | only in coregrind

Lines Matching refs:dinfo_free

306 static void   dinfo_free(void*);
367 dinfo_free(names);
1011 tmpSet = VG_(OSetWord_Create)(dinfo_zalloc, "redir.rndD.1", dinfo_free);
1060 if (sp->from_sopatt) dinfo_free(sp->from_sopatt);
1061 if (sp->from_fnpatt) dinfo_free(sp->from_fnpatt);
1063 dinfo_free(sp);
1072 dinfo_free(ts);
1195 dinfo_free);
1394 static void dinfo_free(void* p) {