HomeSort by relevance Sort by last modified time
    Searched refs:malloclike_block (Results 1 - 3 of 3) sorted by null

  /external/valgrind/drd/
drd_malloc_wrappers.h 39 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size);
drd_malloc_wrappers.c 80 DRD_(malloclike_block)(tid, (Addr)p, size);
89 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size) function
119 * Remove the information that was stored by DRD_(malloclike_block)() about
drd_clientreq.c 111 DRD_(malloclike_block)(vg_tid, arg[1]/*addr*/, arg[2]/*size*/);
127 DRD_(malloclike_block)(vg_tid, arg[1]/*addr*/, arg[3]/*newSize*/);

Completed in 1293 milliseconds