Home
last modified time | relevance | path

Searched refs:sb_end (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_mallocfree.c1188 UByte* sb_end; in unsplittableBlockSane() local
1197 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() local
1959 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_() local
2441 frag_bszB = (Addr)sb_end - frag + 1; in VG_()