Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c1290 static Bool any_Ts_in_range ( Addr start, SizeT len ) in any_Ts_in_range() function
2150 needDiscard = any_Ts_in_range( a, len ); in VG_()
2192 needDiscard = any_Ts_in_range( a, len ); in VG_()
2233 needDiscard = any_Ts_in_range( start, len ) && !newX; in VG_()
2279 needDiscard = any_Ts_in_range( start, len ); in VG_()
2792 d = any_Ts_in_range( start, len ); in am_munmap_both_wrk()
3177 *need_discard = any_Ts_in_range( old_addr, old_len ) in VG_()
3178 || any_Ts_in_range( new_addr, new_len ); in VG_()