Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp107 inline bool IsInDistance(UINT_PTR addr1, UINT_PTR addr2, __int64 dist) in IsInDistance() argument
109 __int64 diff = addr1>addr2 ? addr1-addr2 : addr2-addr1; in IsInDistance()