Searched refs:freelike_block (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/drd/ |
D | drd_malloc_wrappers.h | 40 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc);
|
D | drd_malloc_wrappers.c | 114 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
|
D | drd_clientreq.c | 106 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()
|