Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_malloc_wrappers.h40 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size);
Ddrd_malloc_wrappers.c81 DRD_(malloclike_block)(tid, (Addr)p, size); in new_block()
90 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size) in DRD_() argument
Ddrd_clientreq.c97 DRD_(malloclike_block)(vg_tid, arg[1]/*addr*/, arg[2]/*size*/); in handle_client_request() local
113 DRD_(malloclike_block)(vg_tid, arg[1]/*addr*/, arg[3]/*newSize*/); in handle_client_request() local