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 );
1773 = VG_(am_change_ownership_v_to_c)( co_start, co_endPlus - co_start ); in valgrind_main()
2855 Bool VG_(am_change_ownership_v_to_c)( Addr start, SizeT len ) in VG_() argument
473 Bool change_ownership_OK = VG_(am_change_ownership_v_to_c)(addr, size); in VG_()