Home | History | Annotate | Download | only in memcheck

Lines Matching refs:create_mempool

700 void MC_(create_mempool)(Addr pool, UInt rzB, Bool is_zeroed)
705 VG_(message)(Vg_UserMsg, "create_mempool(0x%lx, %d, %d)\n",
713 VG_(tool_panic)("MC_(create_mempool): duplicate pool creation");
720 mp->chunks = VG_(HT_construct)( "MC_(create_mempool)" );
729 VG_(tool_panic)("MC_(create_mempool): shadow area is accessible");