Mount Fuji Engine  0.8b
MF_API void* MFHeap_GetUncachedPointer ( void *  pPointer)

Returns a pointer that provides uncached access to a specified block of memory.

Parameters
pPointerPointer to a block of memory.
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.