Searched refs:sb_end (Results 1 – 1 of 1) sorted by relevance
1188 UByte* sb_end; in unsplittableBlockSane() local1197 sb_end = &sb->payload_bytes[sb->n_payload_bytes - 1]; in unsplittableBlockSane()1205 if (other_b-1 != (Block*)sb_end) in unsplittableBlockSane()1953 UByte* sb_end; in mergeWithFreeNeighbours() local1959 sb_end = &sb->payload_bytes[sb->n_payload_bytes - 1]; in mergeWithFreeNeighbours()1967 if (other_b+min_useful_bszB(a)-1 <= (Block*)sb_end) { in mergeWithFreeNeighbours()1987 vg_assert(other_b-1 == (Block*)sb_end); in mergeWithFreeNeighbours()2017 if ( ((Block*)sb_start == b) && (b + b_bszB-1 == (Block*)sb_end) ) { in mergeWithFreeNeighbours()2434 const UByte* sb_end = &sb->payload_bytes[sb->n_payload_bytes - 1]; in VG_() local2441 frag_bszB = (Addr)sb_end - frag + 1; in VG_()