Lines Matching defs:sframe
2395 StackFrame* sframe = sg_malloc("di.sg_main.nrS.1", sizeof(StackFrame));2396 VG_(memset)( sframe, 0, sizeof(*sframe) );2397 sframe->creation_sp = ~0UL;2400 initialise_II_hash_table( sframe );2404 return sframe;