Searched refs:am_change_ownership_v_to_c (Results 1 – 4 of 4) sorted by relevance
273 extern Bool VG_(am_change_ownership_v_to_c)( Addr start, SizeT len );
2293 = VG_(am_change_ownership_v_to_c)( co_start, co_endPlus - co_start ); in valgrind_main()
2839 Bool VG_(am_change_ownership_v_to_c)( Addr start, SizeT len ) in VG_() argument
472 Bool change_ownership_OK = VG_(am_change_ownership_v_to_c)(addr, size); in VG_()