Home | History | Annotate | Download | only in memcheck

Lines Matching refs:poolA

1010 void MC_(move_mempool)(Addr poolA, Addr poolB)
1015 VG_(message)(Vg_UserMsg, "move_mempool(0x%lx, 0x%lx)\n", poolA, poolB);
1020 mp = VG_(HT_remove) ( MC_(mempool_list), (UWord)poolA );
1024 MC_(record_illegal_mempool_error) ( tid, poolA );