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

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1383 static Bool any_Ts_in_range ( Addr start, SizeT len ) function
2023 needDiscard = any_Ts_in_range( a, len );
2065 needDiscard = any_Ts_in_range( a, len );
2100 needDiscard = any_Ts_in_range( a, len );
2141 needDiscard = any_Ts_in_range( start, len ) && !newX;
2187 needDiscard = any_Ts_in_range( start, len );
2665 d = any_Ts_in_range( start, len );
3000 *need_discard = any_Ts_in_range( seg_copy.end+1, delta );
3064 *need_discard = any_Ts_in_range( old_addr, old_len )
3065 || any_Ts_in_range( new_add
[all...]

Completed in 126 milliseconds