Searched refs:malloclike_block (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/drd/ |
H A D | drd_malloc_wrappers.h | 39 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size);
|
H A D | 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
|
H A D | 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 78 milliseconds