Searched refs:am_alloc_VgStack (Results 1 – 4 of 4) sorted by relevance
341 extern VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp );
375 VgStack* VG_(am_alloc_VgStack)( /*OUT*/Addr* initial_sp ) in VG_() argument
157 stack = VG_(am_alloc_VgStack)( &initial_SP ); in allocstack()
351 stack = VG_(am_alloc_VgStack)( &initial_SP ); in ML_()