_CacheRelease
Visual Studio 2005
This function writes the cache line containing the address referenced by the pointer to main memory, and then marks the cache line as empty.
void __cdecl __CacheRelease( void * );
Parameters
- *
- [in] Pointer to cache line.