Home
last modified time | relevance | path

Searched refs:free_Frame (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dimage.c272 static void free_Frame ( Frame* fr ) in free_Frame() function
491 free_Frame(req); req = NULL; in set_CEnt()
522 free_Frame(res); res = NULL; in set_CEnt()
535 free_Frame(res); res = NULL; in set_CEnt()
697 free_Frame(req); in ML_()
698 free_Frame(res); in ML_()
711 free_Frame(req); in ML_()
712 free_Frame(res); in ML_()
740 free_Frame(req); in ML_()
753 free_Frame(res); in ML_()
[all …]
/external/valgrind/auxprogs/
Dvalgrind-di-server.c517 static void free_Frame ( Frame* fr ) in free_Frame() function
829 free_Frame(res); in handle_transaction()
866 free_Frame(res); in handle_transaction()
906 free_Frame(req); in handle_transaction()
907 free_Frame(res); in handle_transaction()
934 if (req) free_Frame(req); in handle_transaction()
935 if (res) free_Frame(res); in handle_transaction()