HomeSort by relevance Sort by last modified time
    Searched defs:mp2 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 673 MC_Mempool* mp2; local
676 while ( (mp2 = VG_(HT_Next)(MC_(mempool_list))) ) {
678 VG_(HT_ResetIter)(mp2->chunks);
679 while (VG_(HT_Next)(mp2->chunks)) {
  /external/valgrind/main/VEX/unused/
linker.c 239 Maplet* mp2; local
244 mp2 = malloc(sm->sm_size * sizeof(Maplet));
246 mp2[i] = sm->maplets[i];
248 sm->maplets = mp2;
    [all...]

Completed in 188 milliseconds