|
|
Returns a pointer that provides uncached access to a specified block of memory. - Parameters:
-
| pPointer | Pointer to a block of memory. |
- Returns:
- Returns Pointer to the same block of memory with uncached read and write access.
- Remarks:
- This function is not guaranteed to return a genuine uncached pointer. Some platforms dont have an uncached addressing mode. This should be used for performance optimisation only.
|