Open
Description
There are several APIs that operates on truncated address such that it is valid in 4GB memory range. We implemented the APIs, but realized that adding test might not be straight forward because it will involve calling VirtualAlloc
or equivalent to make sure that the address is in that range. As such we decided to skip such APIs and add them opportunistically if time permits.
Related discussion: #103159 (comment)