Home | History | Annotate | Download | only in memcheck

Lines Matching defs:rzB

5552          UInt rzB       =       arg[3];
5557 if (rzB > 0) {
5558 MC_(make_mem_noaccess) ( p - rzB, rzB);
5559 MC_(make_mem_noaccess) ( p + sizeB, rzB);
5567 UInt rzB = arg[4];
5569 MC_(handle_resizeInPlace) ( tid, p, oldSizeB, newSizeB, rzB );
5574 UInt rzB = arg[2];
5576 MC_(handle_free) ( tid, p, rzB, MC_AllocCustom );
5591 UInt rzB = arg[2];
5594 MC_(create_mempool) ( pool, rzB, is_zeroed );