Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching full:sg_malloc

72 static void* sg_malloc ( const HChar* cc, SizeT n ) {
248 = VG_(newFM)( sg_malloc, "di.sg_main.iSBs.1", sg_free,
424 = VG_(newFM)( sg_malloc, "di.sg_main.iGBs.1", sg_free,
449 GlobalBlock* clone = sg_malloc( "di.sg_main.gpGB.1",
551 nyu = sg_malloc( "di.sg_main.abtST.1", sizeof(StackTreeNode) );
608 return VG_(newFM)( sg_malloc, "di.sg_main.nST.1", sg_free,
695 nyu = sg_malloc( "di.sg_main.abtG.1", sizeof(GlobalTreeNode) );
1071 giTree = VG_(newFM)( sg_malloc, "di.sg_main.oGi.1", sg_free,
1221 number of sg_malloc/sg_free call pairs. */
1342 new_htab = sg_malloc( "di.sg_main.rIht.1",
1494 res = VG_(newXA)( sg_malloc, "di.sg_main.cSBE.1", sg_free, sizeof(Addr) );
1904 callee = sg_malloc("di.sg_main.sSnf.1", sizeof(StackFrame));
2180 struct _SGEnv * env = sg_malloc("di.sg_main.sii.1",
2395 StackFrame* sframe = sg_malloc("di.sg_main.nrS.1", sizeof(StackFrame));