Home | History | Annotate | Download | only in memcheck

Lines Matching full:n_shadows

901    UInt         n_shadows, i;
917 chunks = VG_(HT_to_array) ( mp->chunks, &n_shadows );
918 if (n_shadows == 0) {
924 for (i = 0; i < n_shadows; ++i) {