Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
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
| Architecture | ARM, MIPS, SH-4, x86 |
| Header | cmnintrin.h |
| Routine | _CacheRelease |
See Also
Reference
Common Intrinsic Functions for Device Compilers