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

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1377 static Bool any_Ts_in_range ( Addr start, SizeT len ) function
2017 needDiscard = any_Ts_in_range( a, len );
2059 needDiscard = any_Ts_in_range( a, len );
2100 needDiscard = any_Ts_in_range( start, len ) && !newX;
2146 needDiscard = any_Ts_in_range( start, len );
2611 d = any_Ts_in_range( start, len );
2946 *need_discard = any_Ts_in_range( seg_copy.end+1, delta );
3010 *need_discard = any_Ts_in_range( old_addr, old_len )
3011 || any_Ts_in_range( new_addr, new_len );

Completed in 36 milliseconds