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

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1289 Bool is_valid_for_client( Addr start, SizeT len, UInt prot, Bool freeOk ) function
1309 use the "else" clause below, but is_valid_for_client is
1340 return is_valid_for_client( start, len, prot, False/*free not OK*/ );
1350 return is_valid_for_client( start, len, prot, True/*free is OK*/ );

Completed in 84 milliseconds