Home | History | Annotate | Download | only in memcheck

Lines Matching refs:ch1

1833       MC_Chunk* ch1 = lc_chunks[i];
1836 Addr start1 = ch1->data;
1838 Addr end1 = ch1->data + ch1->szB - 1;
1840 Bool isCustom1 = ch1->allockind == MC_AllocCustom;
1870 VG_(pp_ExeContext)( MC_(allocated_at)(ch1));