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

Lines Matching full:sg_malloc

72 static void* sg_malloc ( const HChar* cc, SizeT n ) {
247 = VG_(newFM)( sg_malloc, "di.sg_main.iSBs.1", sg_free,
423 = VG_(newFM)( sg_malloc, "di.sg_main.iGBs.1", sg_free,
448 GlobalBlock* clone = sg_malloc( "di.sg_main.gpGB.1",
550 nyu = sg_malloc( "di.sg_main.abtST.1", sizeof(StackTreeNode) );
607 return VG_(newFM)( sg_malloc, "di.sg_main.nST.1", sg_free,
694 nyu = sg_malloc( "di.sg_main.abtG.1", sizeof(GlobalTreeNode) );
1066 shadowStacks = sg_malloc( "di.sg_main.oGi.2",
1068 siTrees = sg_malloc( "di.sg_main.oGi.3", VG_N_THREADS * sizeof siTrees[0] );
1069 qcaches = sg_malloc( "di.sg_main.oGi.4", VG_N_THREADS * sizeof qcaches[0] );
1077 giTree = VG_(newFM)( sg_malloc, "di.sg_main.oGi.1", sg_free,
1227 number of sg_malloc/sg_free call pairs. */
1350 new_htab = sg_malloc( "di.sg_main.rIht.1",
1502 res = VG_(newXA)( sg_malloc, "di.sg_main.cSBE.1", sg_free, sizeof(Addr) );
1912 callee = sg_malloc("di.sg_main.sSnf.1", sizeof(StackFrame));
2188 struct _SGEnv * env = sg_malloc("di.sg_main.sii.1",
2403 StackFrame* sframe = sg_malloc("di.sg_main.nrS.1", sizeof(StackFrame));