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

  /external/valgrind/main/drd/
drd_malloc_wrappers.h 40 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size);
drd_malloc_wrappers.c 81 DRD_(malloclike_block)(tid, (Addr)p, size);
90 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size) function
120 * Remove the information that was stored by DRD_(malloclike_block)() about
drd_clientreq.c 97 DRD_(malloclike_block)(vg_tid, arg[1]/*addr*/, arg[2]/*size*/);
113 DRD_(malloclike_block)(vg_tid, arg[1]/*addr*/, arg[3]/*newSize*/);

Completed in 54 milliseconds