Home
last modified time | relevance | path

Searched refs:freelike_block (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/drd/
Ddrd_malloc_wrappers.h40 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc);
Ddrd_malloc_wrappers.c114 success = DRD_(freelike_block)(tid, (Addr)p, True); in handle_free()
122 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc) in DRD_() argument
Ddrd_clientreq.c106 if (!DRD_(freelike_block)(vg_tid, arg[1]/*addr*/, False)) in handle_client_request()
122 if (arg[1] && ! DRD_(freelike_block)(vg_tid, arg[1]/*addr*/, False)) in handle_client_request()