__CacheRelease
9/7/2007
This function writes the cache line containing the address referenced by the pointer to main memory, and then marks the cache line as empty.
Syntax
void __cdecl __CacheRelease(
void *
);
Parameters
- *
[in] Pointer to cache line.
Return Value
None.
Remarks
This function might do nothing if the requested functionality is not available on the target hardware platform.
Requirements
Routine | Required header | Architecture |
---|---|---|
__CacheRelease |
<cmnintrin.h> |
x86, ARM, SH-4, MIPS |