nw::os::IsDeviceMemory Function
bool IsDeviceMemory(
const void * memory
);
| Name | Description | |
|---|---|---|
| in | memory | Memory address. |
true if it is an address for device memory. If not, returns false. Determines whether the address is for device memory.
CONFIDENTIAL