Home | History | Annotate | Download | only in memcheck

Lines Matching defs:mp

335    MC_Mempool *mp;
361 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) {
362 VG_(HT_ResetIter)(mp->chunks);
363 while ( (mc = VG_(HT_Next)(mp->chunks)) ) {
396 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) {
397 VG_(HT_ResetIter)(mp->chunks);
398 while ( (mc = VG_(HT_Next)(mp->chunks)) ) {